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

fix: build bug, imports for clarity

github.com/KipData/FnckSQL - loloxwg opened this pull request 6 days ago
support full join for nested loop join

github.com/KipData/FnckSQL - crwen opened this pull request 11 days ago
Fix/integer cast

github.com/KipData/FnckSQL - KKould opened this pull request 18 days ago
feat: support FastSort on sort.rs

github.com/KipData/FnckSQL - KKould opened this pull request 19 days ago
test: add `crdb/limit.slt`

github.com/KipData/FnckSQL - KKould opened this pull request 23 days ago
Feat/udtf

github.com/KipData/FnckSQL - KKould opened this pull request 23 days ago
feat: support pgwire

github.com/KipData/FnckSQL - KKould opened this pull request about 1 month ago
Refactor/remove async

github.com/KipData/FnckSQL - KKould opened this pull request about 1 month ago
feat: add support for `TRIM()`

github.com/KipData/FnckSQL - tkzt opened this pull request 2 months ago
test: add crdb's `overflow.slt` & `select.slt`

github.com/KipData/FnckSQL - KKould opened this pull request 5 months ago
test: add crdb/order_by.slt

github.com/KipData/FnckSQL - KKould opened this pull request 5 months ago
config: kipdb version up

github.com/KipData/FnckSQL - KKould opened this pull request 5 months ago
feat: support more join case

github.com/KipData/FnckSQL - KKould opened this pull request 5 months ago
feat: support `UnaryEvaluator`

github.com/KipData/FnckSQL - KKould opened this pull request 5 months ago
Feat: Support Tikv as storage engine

github.com/KipData/FnckSQL - KKould opened this issue 6 months ago
style: decoupling `kipdb::TransactionIter`

github.com/KipData/FnckSQL - KKould opened this pull request 6 months ago
Feat: Support redb as storage engine

github.com/KipData/FnckSQL - KKould opened this issue 6 months ago
Feat: cache `RangeDetacher::detach`

github.com/KipData/FnckSQL - KKould opened this issue 6 months ago
refactor: eliminate the deprecation warning

github.com/KipData/FnckSQL - yingmanwumen opened this pull request 6 months ago
Feat: Support correlated subqueries

github.com/KipData/FnckSQL - crwen opened this issue 6 months ago
fix: bind correlated subqueries

github.com/KipData/FnckSQL - crwen opened this pull request 6 months ago
fix: memcomparable for `DataValue::Tuple`

github.com/KipData/FnckSQL - KKould opened this pull request 6 months ago
Feat: Support `View`

github.com/KipData/FnckSQL - KKould opened this issue 6 months ago
Feat: Index on Order By

github.com/KipData/FnckSQL - KKould opened this issue 6 months ago
docker: add dockerhub image on README.md

github.com/KipData/FnckSQL - KKould opened this pull request 6 months ago
feat: Add docker support

github.com/KipData/FnckSQL - mayooot opened this pull request 6 months ago
feat: support `Octets` for `Char/Varchar`

github.com/KipData/FnckSQL - KKould opened this pull request 6 months ago
feat: support `Expression` on `Default`

github.com/KipData/FnckSQL - KKould opened this pull request 6 months ago
Fix/serial ddl

github.com/KipData/FnckSQL - KKould opened this pull request 6 months ago
fix:bind column incorrectly

github.com/KipData/FnckSQL - crwen opened this pull request 6 months ago
Bind column incorrectly

github.com/KipData/FnckSQL - crwen opened this issue 6 months ago
doc: add Cross Join for DQL and Contributors

github.com/KipData/FnckSQL - KKould opened this pull request 6 months ago
perf: Optimize table catalog cache

github.com/KipData/FnckSQL - crwen opened this pull request 6 months ago
perf: Optimize `StatisticsMetaLoader::load`

github.com/KipData/FnckSQL - KKould opened this pull request 6 months ago
config: ci rust toolchain -> nightly-2024-01-17

github.com/KipData/FnckSQL - KKould opened this pull request 6 months ago
feat: add support for nested loop join

github.com/KipData/FnckSQL - crwen opened this pull request 6 months ago
fix: fucntion `substring` for out of bounds error

github.com/KipData/FnckSQL - KKould opened this pull request 6 months ago
`SUBSTRING` enhancement

github.com/KipData/FnckSQL - crwen opened this issue 6 months ago
feat: add support for `POSITION()`

github.com/KipData/FnckSQL - crwen opened this pull request 6 months ago
config: Cargo.toml

github.com/KipData/FnckSQL - KKould opened this pull request 6 months ago
Feature: Support Nested Loop Join

github.com/KipData/FnckSQL - KKould opened this issue 6 months ago
feat(type): add support for double precision

github.com/KipData/FnckSQL - crwen opened this pull request 6 months ago
refactor `RangeDetacher`

github.com/KipData/FnckSQL - KKould opened this pull request 7 months ago
Support `Subquery` on `WHERE` with `IN/Not IN`

github.com/KipData/FnckSQL - KKould opened this pull request 7 months ago
feat: support `Select Into`

github.com/KipData/FnckSQL - KKould opened this pull request 7 months ago
feat: support `UDF`

github.com/KipData/FnckSQL - KKould opened this pull request 7 months ago
feat: support `Union`

github.com/KipData/FnckSQL - KKould opened this pull request 7 months ago
feat: add `DataType::Tuple`

github.com/KipData/FnckSQL - KKould opened this pull request 7 months ago
Optimize expression mapping

github.com/KipData/FnckSQL - KKould opened this pull request 7 months ago
feat: Support `Subquery` on `Where`

github.com/KipData/FnckSQL - KKould opened this pull request 7 months ago
feat: Support `ESCAPE` on `LIKE`

github.com/KipData/FnckSQL - KKould opened this pull request 7 months ago
feat: support `SUBSTRING()`

github.com/KipData/FnckSQL - KKould opened this pull request 7 months ago
feat: support `BETWEEN` on `Where`

github.com/KipData/FnckSQL - KKould opened this pull request 7 months ago
perf: Eliminate duplicate aggregations

github.com/KipData/FnckSQL - KKould opened this pull request 7 months ago
TODO: SQL 2016

github.com/KipData/FnckSQL - KKould opened this issue 8 months ago
todo: SQL 2016

github.com/KipData/FnckSQL - KKould opened this pull request 8 months ago
Support PGWire

github.com/KipData/FnckSQL - KKould opened this pull request 8 months ago
refactor: flatten the error hierarchy

github.com/KipData/FnckSQL - KKould opened this pull request 8 months ago
feat: impl `Explain`

github.com/KipData/FnckSQL - KKould opened this pull request 8 months ago