Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
FnckSQL
DataBase
Collective -
Host: opensource -
https://opencollective.com/fncksql
- Code: https://github.com/KipData/FnckSQL
feat: support `CreateIndex` and `IndexType::Normal` & `IndexType::Composite`
github.com/KipData/FnckSQL - KKould opened this pull request 10 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 10 months ago
feat(type): add support for double precision
github.com/KipData/FnckSQL - crwen opened this pull request 10 months ago
github.com/KipData/FnckSQL - crwen opened this pull request 10 months ago
fix: `RangeDetacher::check_or` incorrect handling of case: `c1 > 1 or c2 > 1`
github.com/KipData/FnckSQL - KKould opened this pull request 10 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 10 months ago
fix: range detection error when nesting `and` & `or`
github.com/KipData/FnckSQL - KKould opened this pull request 10 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 10 months ago
fix: Check `HashJoin` exists on keys and `CNF` and `DNF` inference
github.com/KipData/FnckSQL - KKould opened this pull request 10 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 10 months ago
test: add `where_by_index.slt` to verify the correctness of `IndexScan`
github.com/KipData/FnckSQL - KKould opened this pull request 10 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 10 months ago
Support `Subquery` on `WHERE` with `IN/Not IN`
github.com/KipData/FnckSQL - KKould opened this pull request 10 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 10 months ago
Support: `Explicit defaults` & `Using` on `Join` & the inner table in a left or right outer join can also be used in an inner join
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
fix: when an expression such as if returns a result, return the resul…
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
test: pass `F261_01.slt`/`F261_02.slt`/`F261_03.slt`/`F261_04.slt`/`F471.slt` and add `crdb/sqlite.slt`
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
feat: support `if()`/`ifnull()`/`nullif()`/`coalesce()`/`case ... when ...`
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
fix: cast numeric to boolean and `and/or` only has Null on one side
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
feat: support `Select Into`
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
feat: add `DataType::Tuple`
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
Optimize expression mapping
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
feat: Support `Subquery` on `Where`
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
feat: Support `ESCAPE` on `LIKE`
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
feat: support `SUBSTRING()`
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
feat: support `BETWEEN` on `Where`
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
perf: Eliminate duplicate aggregations
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
feat: support `from 'table' as 'alias' ('column_1', 'column_2')`
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
Support: `Describe` & `Begin\Commit\Rollback` on Server
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
perf: reduce the overhead incurred when deserializing Tuple
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
refactor: flatten the error hierarchy
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
refactor: refactor the Volcano execution engine to avoid using RefCell
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
fix: `is [not] null/[not] in` can be overridden to extract ConstantBinary normally
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
`[not] In\[not] Like\is [not] null` in the predicate in Filter needs to be rewritten as an equivalent if range condition
github.com/KipData/FnckSQL - KKould opened this issue 11 months ago
github.com/KipData/FnckSQL - KKould opened this issue 11 months ago
the predicate order of Filter will make it impossible to push down to Join.
github.com/KipData/FnckSQL - KKould opened this issue 11 months ago
github.com/KipData/FnckSQL - KKould opened this issue 11 months ago
Rename: KipSQL -> FnckSQL
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
Refer to SparkSQL to implement Physical Select of CBO based on RBO.
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
feat: Implement Codegen Executor
github.com/KipData/FnckSQL - KKould opened this pull request 12 months ago
github.com/KipData/FnckSQL - KKould opened this pull request 12 months ago
refactor: `TupleBuiler` & `value_compute`
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
Feat: Add args path for main
github.com/KipData/FnckSQL - loloxwg opened this pull request about 1 year ago
github.com/KipData/FnckSQL - loloxwg opened this pull request about 1 year ago
docs: update TableCode comments
github.com/KipData/FnckSQL - Joeyscat opened this pull request about 1 year ago
github.com/KipData/FnckSQL - Joeyscat opened this pull request about 1 year ago
Optimize Sort Executor
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
fix(binder): insert column count validation
github.com/KipData/FnckSQL - Joeyscat opened this pull request about 1 year ago
github.com/KipData/FnckSQL - Joeyscat opened this pull request about 1 year ago
PANIC occurs during bind `Insert`
github.com/KipData/FnckSQL - Joeyscat opened this issue about 1 year ago
github.com/KipData/FnckSQL - Joeyscat opened this issue about 1 year ago
feat: support drop column
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
feat: support drop table if exists
github.com/KipData/FnckSQL - guojidan opened this pull request about 1 year ago
github.com/KipData/FnckSQL - guojidan opened this pull request about 1 year ago
Support `DBTransaction` For `DataBase`
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
Feature: drop table should support if_exists
github.com/KipData/FnckSQL - guojidan opened this issue about 1 year ago
github.com/KipData/FnckSQL - guojidan opened this issue about 1 year ago
Support Default, constraints of CreateTable and Fix
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
workflow install protoc
github.com/KipData/FnckSQL - guojidan opened this pull request about 1 year ago
github.com/KipData/FnckSQL - guojidan opened this pull request about 1 year ago
feat(optimizer): Implement LIKE expression rule for query optimization
github.com/KipData/FnckSQL - loloxwg opened this pull request about 1 year ago
github.com/KipData/FnckSQL - loloxwg opened this pull request about 1 year ago
Support `In` expression
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
Support `In` expression
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
Refactor Column Pruning and support where case: `like` and `not like`, `is not null`
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
Feat: add bind_is_null
github.com/KipData/FnckSQL - mayingbo opened this pull request about 1 year ago
github.com/KipData/FnckSQL - mayingbo opened this pull request about 1 year ago
Supports `WASM` for JavaScript compatibility
github.com/KipData/FnckSQL - KKould opened this issue about 1 year ago
github.com/KipData/FnckSQL - KKould opened this issue about 1 year ago
Test: add many e2e test
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
add: Apache License 2.0 to the project
github.com/KipData/FnckSQL - loloxwg opened this pull request about 1 year ago
github.com/KipData/FnckSQL - loloxwg opened this pull request about 1 year ago
Cleanup text related
github.com/KipData/FnckSQL - lewiszlw opened this pull request about 1 year ago
github.com/KipData/FnckSQL - lewiszlw opened this pull request about 1 year ago
Refactor the executor to support transaction detachment
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
Support text column insertion
github.com/KipData/FnckSQL - lewiszlw opened this pull request about 1 year ago
github.com/KipData/FnckSQL - lewiszlw opened this pull request about 1 year ago
config: `kipdb` version up
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
fix: add text_files and deleted_text_files to ColumnCatalog
github.com/KipData/FnckSQL - loloxwg opened this pull request about 1 year ago
github.com/KipData/FnckSQL - loloxwg opened this pull request about 1 year ago
Fix duplicate cast in insert
github.com/KipData/FnckSQL - lewiszlw opened this pull request about 1 year ago
github.com/KipData/FnckSQL - lewiszlw opened this pull request about 1 year ago
Support text column creation
github.com/KipData/FnckSQL - lewiszlw opened this pull request about 1 year ago
github.com/KipData/FnckSQL - lewiszlw opened this pull request about 1 year ago
Create a new table with an existing table name
github.com/KipData/FnckSQL - GE-fighting opened this issue over 1 year ago
github.com/KipData/FnckSQL - GE-fighting opened this issue over 1 year ago
feat(doc): change README.md
github.com/KipData/FnckSQL - loloxwg opened this pull request over 1 year ago
github.com/KipData/FnckSQL - loloxwg opened this pull request over 1 year ago
feat(binder): add create table binding
github.com/KipData/FnckSQL - loloxwg opened this pull request over 1 year ago
github.com/KipData/FnckSQL - loloxwg opened this pull request over 1 year ago
feat(ci): Change toolchain.
github.com/KipData/FnckSQL - loloxwg opened this pull request over 1 year ago
github.com/KipData/FnckSQL - loloxwg opened this pull request over 1 year ago