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(type): add support for double precision

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

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
feat: support `Select Into`

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

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

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
Optimize expression mapping

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
feat: Support `ESCAPE` on `LIKE`

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
feat: support `BETWEEN` on `Where`

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
TODO: SQL 2016

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

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

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
feat: impl `Explain`

github.com/KipData/FnckSQL - KKould opened this pull request 11 months ago
Rename: KipSQL -> FnckSQL

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
refactor: `TupleBuiler` & `value_compute`

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
add path parameter for main

github.com/KipData/FnckSQL - KKould opened this issue about 1 year ago
docs: update TableCode comments

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
fix(binder): insert column count validation

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
feat: support drop column

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
Support `DBTransaction` For `DataBase`

github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
Support is exists

github.com/KipData/FnckSQL - guojidan 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
Alter table

github.com/KipData/FnckSQL - guojidan opened this pull request about 1 year ago
Support Default, constraints of CreateTable and Fix

github.com/KipData/FnckSQL - KKould opened this pull request about 1 year ago
support desc table

github.com/KipData/FnckSQL - guojidan opened this issue about 1 year ago
support alert table

github.com/KipData/FnckSQL - guojidan opened this issue about 1 year ago
workflow install protoc

github.com/KipData/FnckSQL - guojidan opened this pull request about 1 year ago
fix CacheError

github.com/KipData/FnckSQL - guojidan opened this pull request about 1 year ago
CacheError is removed

github.com/KipData/FnckSQL - guojidan opened this issue about 1 year ago
DDL Support

github.com/KipData/FnckSQL - KKould opened this issue about 1 year ago
Support `In` expression

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
Feat: add bind_is_null

github.com/KipData/FnckSQL - mayingbo opened this pull request about 1 year ago
Support `like`

github.com/KipData/FnckSQL - KKould opened this issue about 1 year ago
Support `is null`

github.com/KipData/FnckSQL - KKould opened this issue about 1 year ago
Supports `WASM` for JavaScript compatibility

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
PG Wire support

github.com/KipData/FnckSQL - KKould opened this issue about 1 year ago
implement `Subquery`

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
Cleanup text related

github.com/KipData/FnckSQL - lewiszlw opened this pull request about 1 year ago
Support `sub query`

github.com/KipData/FnckSQL - KKould opened this issue about 1 year ago
Refactor the executor to support transaction detachment

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
config: `kipdb` version up

github.com/KipData/FnckSQL - KKould 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
Support text column creation

github.com/KipData/FnckSQL - lewiszlw opened this pull request about 1 year ago
Support `Begin` and `Commit`

github.com/KipData/FnckSQL - KKould opened this issue over 1 year ago
Support `Text` type

github.com/KipData/FnckSQL - KKould opened this issue over 1 year ago
RBO rules supplement

github.com/KipData/FnckSQL - KKould opened this issue over 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
feat(doc): change README.md

github.com/KipData/FnckSQL - loloxwg opened this pull request over 1 year ago
dev to main

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
feat(ci): Change toolchain.

github.com/KipData/FnckSQL - loloxwg opened this pull request over 1 year ago
Roadmap v0.1

github.com/KipData/FnckSQL - loloxwg opened this issue over 1 year ago