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

Perf/serialize

github.com/KipData/FnckSQL - KKould opened this pull request 20 days ago
Perf/tpcc

github.com/KipData/FnckSQL - KKould opened this pull request 28 days ago
docs: README

github.com/KipData/FnckSQL - KKould opened this pull request 29 days ago
Refactor/result iter

github.com/KipData/FnckSQL - KKould opened this pull request 30 days ago
Perf/issue 155

github.com/KipData/FnckSQL - KKould opened this pull request about 1 month ago
Feat/prepare statment

github.com/KipData/FnckSQL - KKould opened this pull request about 1 month ago
Perf: TPCC

github.com/KipData/FnckSQL - KKould opened this issue about 2 months ago
fix: add `README.md` to module `TPCC` & analyze table item

github.com/KipData/FnckSQL - KKould opened this pull request about 2 months ago
Test/TPCC

github.com/KipData/FnckSQL - KKould opened this pull request about 2 months ago
chore: `debug_assert!` -> `assert!` on test

github.com/KipData/FnckSQL - KKould opened this pull request about 2 months ago
Feat: Support `show views`

github.com/KipData/FnckSQL - KKould opened this issue about 2 months ago
Chore/remove useless dependencies

github.com/KipData/FnckSQL - KKould opened this pull request about 2 months ago
Feat/multiple primary keys

github.com/KipData/FnckSQL - KKould opened this pull request about 2 months ago
chore: remove useless arc on lru

github.com/KipData/FnckSQL - KKould opened this pull request 2 months ago
chore: publish `fnck_sql_serde_marco`

github.com/KipData/FnckSQL - KKould opened this pull request 2 months ago
Feat/View

github.com/KipData/FnckSQL - KKould opened this pull request 2 months ago
feat: add function CharLength & CharacterLength

github.com/KipData/FnckSQL - wszhdshys opened this pull request 2 months ago
feat: add functions CharLength & CharacterLength

github.com/KipData/FnckSQL - wszhdshys opened this pull request 2 months ago
feat: add functions CharLength & CharacterLength

github.com/KipData/FnckSQL - wszhdshys opened this pull request 3 months ago
feat: add function Lower & Upper

github.com/KipData/FnckSQL - wszhdshys opened this pull request 3 months ago
refactor: impl `ReferenceSerialization`

github.com/KipData/FnckSQL - KKould opened this pull request 3 months ago
feat: enable LTO

github.com/KipData/FnckSQL - zamazan4ik opened this pull request 3 months ago
Enable Link-Time Optimization (LTO)

github.com/KipData/FnckSQL - zamazan4ik opened this issue 3 months ago
refactor: impl `ReferenceSerialization`

github.com/KipData/FnckSQL - KKould opened this pull request 3 months ago
test: add unit tests for `Transaction`

github.com/KipData/FnckSQL - KKould opened this pull request 3 months ago
fix: expired statistics meta file clean

github.com/KipData/FnckSQL - KKould opened this pull request 3 months ago
Feat: Sort Merge Join

github.com/KipData/FnckSQL - KKould opened this issue 3 months ago
Bug: Statistics file clean

github.com/KipData/FnckSQL - KKould opened this issue 3 months ago
fix: build bug, imports for clarity

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

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

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

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

github.com/KipData/FnckSQL - KKould opened this pull request 4 months ago
Feat/udtf

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

github.com/KipData/FnckSQL - KKould opened this pull request 5 months ago
Refactor/remove async

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

github.com/KipData/FnckSQL - KKould opened this issue 10 months ago