Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / KipData/FnckSQL issues and pull requests

#156 - Feature: Support Nested Loop Join

Issue - State: closed - Opened by KKould 8 months ago
Labels: enhancement

#155 - Perf: Composite Index Range Detach optimization

Issue - State: open - Opened by KKould 8 months ago
Labels: invalid

#155 - Perf: Composite Index Range Detach optimization

Issue - State: open - Opened by KKould 8 months ago
Labels: invalid

#154 - feat: support `CreateIndex` and `IndexType::Normal` & `IndexType::Composite`

Pull Request - State: closed - Opened by KKould 8 months ago
Labels: enhancement

#154 - feat: support `CreateIndex` and `IndexType::Normal` & `IndexType::Composite`

Pull Request - State: closed - Opened by KKould 8 months ago
Labels: enhancement

#153 - feat(type): add support for double precision

Pull Request - State: closed - Opened by crwen 8 months ago - 4 comments
Labels: enhancement

#153 - feat(type): add support for double precision

Pull Request - State: closed - Opened by crwen 8 months ago - 4 comments
Labels: enhancement

#152 - fix: `RangeDetacher::check_or` incorrect handling of case: `c1 > 1 or c2 > 1`

Pull Request - State: closed - Opened by KKould 8 months ago
Labels: bug

#152 - fix: `RangeDetacher::check_or` incorrect handling of case: `c1 > 1 or c2 > 1`

Pull Request - State: closed - Opened by KKould 8 months ago
Labels: bug

#151 - refactor `RangeDetacher`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement, invalid

#151 - refactor `RangeDetacher`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement, invalid

#150 - fix: range detection error when nesting `and` & `or`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: bug

#150 - fix: range detection error when nesting `and` & `or`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: bug

#149 - fix: Check `HashJoin` exists on keys and `CNF` and `DNF` inference

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: bug, invalid

#149 - fix: Check `HashJoin` exists on keys and `CNF` and `DNF` inference

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: bug, invalid

#148 - test: add `where_by_index.slt` to verify the correctness of `IndexScan`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: test

#148 - test: add `where_by_index.slt` to verify the correctness of `IndexScan`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: test

#147 - Support `Subquery` on `WHERE` with `IN/Not IN`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement, invalid

#147 - Support `Subquery` on `WHERE` with `IN/Not IN`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement, invalid

#145 - fix: when an expression such as if returns a result, return the resul…

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: invalid

#145 - fix: when an expression such as if returns a result, return the resul…

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: invalid

#143 - feat: support `if()`/`ifnull()`/`nullif()`/`coalesce()`/`case ... when ...`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: bug, enhancement

#143 - feat: support `if()`/`ifnull()`/`nullif()`/`coalesce()`/`case ... when ...`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: bug, enhancement

#142 - fix: cast numeric to boolean and `and/or` only has Null on one side

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: bug

#142 - fix: cast numeric to boolean and `and/or` only has Null on one side

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: bug

#141 - feat: support `Select Into`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#141 - feat: support `Select Into`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#140 - feat: support `UDF`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#140 - feat: support `UDF`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#139 - feat: support `Union`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#139 - feat: support `Union`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#138 - feat: add `DataType::Tuple`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#138 - feat: add `DataType::Tuple`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#137 - Optimize expression mapping

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#137 - Optimize expression mapping

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#136 - feat: Support `Subquery` on `Where`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#136 - feat: Support `Subquery` on `Where`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#135 - feat: Support `ESCAPE` on `LIKE`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#135 - feat: Support `ESCAPE` on `LIKE`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#134 - feat: support `SUBSTRING()`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#134 - feat: support `SUBSTRING()`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#133 - feat: support `BETWEEN` on `Where`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#133 - feat: support `BETWEEN` on `Where`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#132 - perf: Eliminate duplicate aggregations

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#132 - perf: Eliminate duplicate aggregations

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#131 - feat: support `from 'table' as 'alias' ('column_1', 'column_2')`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#131 - feat: support `from 'table' as 'alias' ('column_1', 'column_2')`

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: enhancement

#130 - TODO: SQL 2016

Issue - State: open - Opened by KKould 9 months ago
Labels: good first issue, roadmap

#130 - TODO: SQL 2016

Issue - State: open - Opened by KKould 9 months ago
Labels: good first issue, roadmap

#129 - todo: SQL 2016

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: bug, documentation, enhancement, invalid

#129 - todo: SQL 2016

Pull Request - State: closed - Opened by KKould 9 months ago
Labels: bug, documentation, enhancement, invalid

#128 - Support: `Describe` & `Begin\Commit\Rollback` on Server

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: enhancement

#128 - Support: `Describe` & `Begin\Commit\Rollback` on Server

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: enhancement

#127 - Support PGWire

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: enhancement

#127 - Support PGWire

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: enhancement

#126 - perf: reduce the overhead incurred when deserializing Tuple

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: enhancement

#126 - perf: reduce the overhead incurred when deserializing Tuple

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: enhancement

#125 - refactor: flatten the error hierarchy

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: invalid

#125 - refactor: flatten the error hierarchy

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: invalid

#124 - feat: impl `Explain`

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: enhancement

#124 - feat: impl `Explain`

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: enhancement

#123 - refactor: refactor the Volcano execution engine to avoid using RefCell

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: enhancement

#123 - refactor: refactor the Volcano execution engine to avoid using RefCell

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: enhancement

#122 - fix: `is [not] null/[not] in` can be overridden to extract ConstantBinary normally

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: bug

#122 - fix: `is [not] null/[not] in` can be overridden to extract ConstantBinary normally

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: bug

#120 - the predicate order of Filter will make it impossible to push down to Join.

Issue - State: open - Opened by KKould 10 months ago
Labels: invalid

#120 - the predicate order of Filter will make it impossible to push down to Join.

Issue - State: open - Opened by KKould 10 months ago
Labels: invalid

#119 - Rename: KipSQL -> FnckSQL

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: documentation

#119 - Rename: KipSQL -> FnckSQL

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: documentation

#118 - Refer to SparkSQL to implement Physical Select of CBO based on RBO.

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: enhancement

#118 - Refer to SparkSQL to implement Physical Select of CBO based on RBO.

Pull Request - State: closed - Opened by KKould 10 months ago
Labels: enhancement

#117 - feat: Implement Codegen Executor

Pull Request - State: closed - Opened by KKould 11 months ago
Labels: enhancement

#117 - feat: Implement Codegen Executor

Pull Request - State: closed - Opened by KKould 11 months ago
Labels: enhancement

#116 - refactor: `TupleBuiler` & `value_compute`

Pull Request - State: closed - Opened by KKould 11 months ago
Labels: invalid

#116 - refactor: `TupleBuiler` & `value_compute`

Pull Request - State: closed - Opened by KKould 11 months ago
Labels: invalid

#115 - Feat: Add args path for main

Pull Request - State: closed - Opened by loloxwg 11 months ago
Labels: enhancement

#115 - Feat: Add args path for main

Pull Request - State: closed - Opened by loloxwg 11 months ago
Labels: enhancement

#114 - add path parameter for main

Issue - State: closed - Opened by KKould 11 months ago
Labels: enhancement, good first issue

#114 - add path parameter for main

Issue - State: closed - Opened by KKould 11 months ago
Labels: enhancement, good first issue

#113 - docs: update TableCode comments

Pull Request - State: closed - Opened by Joeyscat 11 months ago
Labels: documentation

#113 - docs: update TableCode comments

Pull Request - State: closed - Opened by Joeyscat 11 months ago
Labels: documentation

#112 - Optimize Sort Executor

Pull Request - State: closed - Opened by KKould 11 months ago
Labels: enhancement

#112 - Optimize Sort Executor

Pull Request - State: closed - Opened by KKould 11 months ago
Labels: enhancement

#111 - fix(binder): insert column count validation

Pull Request - State: closed - Opened by Joeyscat 11 months ago - 3 comments
Labels: invalid

#111 - fix(binder): insert column count validation

Pull Request - State: closed - Opened by Joeyscat 11 months ago - 3 comments
Labels: invalid

#110 - PANIC occurs during bind `Insert`

Issue - State: closed - Opened by Joeyscat 11 months ago - 1 comment
Labels: invalid

#110 - PANIC occurs during bind `Insert`

Issue - State: closed - Opened by Joeyscat 11 months ago - 1 comment
Labels: invalid

#109 - feat: support drop column

Pull Request - State: closed - Opened by KKould 11 months ago
Labels: enhancement

#109 - feat: support drop column

Pull Request - State: closed - Opened by KKould 11 months ago
Labels: enhancement

#108 - feat: support drop table if exists

Pull Request - State: closed - Opened by guojidan 12 months ago

#108 - feat: support drop table if exists

Pull Request - State: closed - Opened by guojidan 12 months ago

#107 - Support `DBTransaction` For `DataBase`

Pull Request - State: closed - Opened by KKould 12 months ago
Labels: enhancement

#106 - Support is exists

Pull Request - State: closed - Opened by guojidan 12 months ago
Labels: enhancement

#106 - Support is exists

Pull Request - State: closed - Opened by guojidan 12 months ago
Labels: enhancement