Ecosyste.ms: Issues

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

GitHub / penberg/limbo issues and pull requests

#372 - Initial pass at implementing CREATE TABLE

Pull Request - State: open - Opened by mazchew 13 days ago

#371 - RFC: core: 1st party sql parser using winnow combinators

Pull Request - State: open - Opened by jussisaurio 17 days ago - 1 comment

#370 - Ignore `.vscode` directory

Pull Request - State: closed - Opened by travenin 20 days ago

#369 - clippy fix

Pull Request - State: closed - Opened by jussisaurio 20 days ago

#367 - Add support for Python 3.13 and drop support for Python 3.8

Pull Request - State: closed - Opened by travenin 21 days ago

#364 - optimizer: use covering indexes

Issue - State: open - Opened by jussisaurio 23 days ago
Labels: enhancement, query planner

#363 - Fix the Python CI builds

Pull Request - State: closed - Opened by gvos94 24 days ago

#362 - [sorter] Hold records in Vec instead of a BTreeMap

Pull Request - State: closed - Opened by arpit-saxena 24 days ago

#361 - Support NATURAL joins

Issue - State: open - Opened by jussisaurio 25 days ago
Labels: enhancement

#360 - Support USING joins

Issue - State: open - Opened by jussisaurio 25 days ago
Labels: enhancement

#359 - bug: select * from t1 join t2 on t1.id=t2.id returns id separately from both tables

Issue - State: closed - Opened by jussisaurio 25 days ago - 1 comment
Labels: bug

#358 - Support cursor backwards iteration

Issue - State: open - Opened by jussisaurio 25 days ago
Labels: enhancement, help wanted

#357 - Add `instr(X,Y)` scalar function

Pull Request - State: closed - Opened by travenin 27 days ago

#356 - subquery support

Issue - State: closed - Opened by jussisaurio 27 days ago - 1 comment
Labels: enhancement, help wanted

#355 - Add `randomblob(N)` scalar function

Pull Request - State: closed - Opened by travenin about 1 month ago

#354 - Fix NextAwait's next instruction; rename rewind_labels

Pull Request - State: closed - Opened by arpit-saxena about 1 month ago - 1 comment

#353 - Add `unhex(X)` scalar function

Pull Request - State: closed - Opened by travenin about 1 month ago

#352 - Add `zeroblob(N)` scalar function

Pull Request - State: closed - Opened by travenin about 1 month ago

#351 - NextAwait's next instruction doesn't match that of SQLite

Issue - State: closed - Opened by arpit-saxena about 1 month ago - 2 comments

#350 - (core): Primary key index scans and single-column secondary index scans

Pull Request - State: closed - Opened by jussisaurio about 1 month ago - 4 comments

#349 - Maintain pending io_uring ops count for early return on run_once

Pull Request - State: closed - Opened by arpit-saxena about 1 month ago - 1 comment

#348 - Improve Simulator IO by handing RowResult::IO

Pull Request - State: closed - Opened by arpit-saxena about 1 month ago

#347 - refactor: min max function

Pull Request - State: closed - Opened by JeanArhancet about 1 month ago

#346 - FTS5 support

Issue - State: open - Opened by penberg about 1 month ago
Labels: enhancement, help wanted

#345 - pere mailmap

Pull Request - State: closed - Opened by pereman2 about 1 month ago

#344 - Wal

Pull Request - State: open - Opened by pereman2 about 1 month ago - 4 comments

#343 - Better support for BLOBs

Pull Request - State: closed - Opened by travenin about 1 month ago

#342 - Add support for hex scalar function

Pull Request - State: closed - Opened by b41sh about 1 month ago

#341 - Remove unused tcl proc

Pull Request - State: closed - Opened by seonWKim about 1 month ago

#340 - fix: cmp integer/float

Pull Request - State: closed - Opened by JeanArhancet about 1 month ago

#338 - Add support for parenthesized conditions

Pull Request - State: closed - Opened by seonWKim about 1 month ago

#337 - github: Fix stale workflow

Pull Request - State: closed - Opened by penberg about 1 month ago

#336 - core: constraint check uniqueness

Pull Request - State: closed - Opened by pereman2 about 1 month ago

#335 - Add support for sqlite_version() scalar function

Pull Request - State: closed - Opened by seonWKim about 2 months ago

#334 - Implementation of scalar function `glob()` and `GLOB` operator

Pull Request - State: closed - Opened by barbarj about 2 months ago

#333 - Make LIKE expressions case-insensitive

Pull Request - State: closed - Opened by barbarj about 2 months ago

#332 - test: Switch to bundled SQLite for rusqlite

Pull Request - State: closed - Opened by penberg about 2 months ago

#331 - Add support for sqlite_version() scalar function

Pull Request - State: closed - Opened by seonWKim about 2 months ago - 2 comments

#329 - Fix clippy

Pull Request - State: closed - Opened by seonWKim about 2 months ago - 8 comments

#328 - implementation of scalar function `sign(X)`

Pull Request - State: closed - Opened by JeanArhancet about 2 months ago - 1 comment

#327 - Fix three issues with LIKE operator (#319)

Pull Request - State: closed - Opened by jussisaurio about 2 months ago

#326 - Support grouping by a function expression

Pull Request - State: closed - Opened by jussisaurio about 2 months ago

#325 - cargo clippy --fix --allow-dirty && cargo fmt

Pull Request - State: closed - Opened by jussisaurio about 2 months ago

#324 - Add support for concat_ws scalar function

Pull Request - State: closed - Opened by seonWKim about 2 months ago - 1 comment

#323 - Pass FuncCtx to Insn::Function to keep track of arg count

Pull Request - State: closed - Opened by jussisaurio about 2 months ago

#322 - core,btree: support overflow pages

Pull Request - State: closed - Opened by pereman2 about 2 months ago

#320 - Cache LIKE regexes

Pull Request - State: closed - Opened by barbarj about 2 months ago

#319 - Support column LIKE column comparisons

Issue - State: closed - Opened by barbarj about 2 months ago - 1 comment

#318 - Shared page cache support?

Issue - State: open - Opened by penberg about 2 months ago
Labels: enhancement, help wanted, question, improvements

#317 - Add missing assertion to `substring()` test

Pull Request - State: closed - Opened by travenin about 2 months ago

#316 - core: core btree splitting

Pull Request - State: closed - Opened by pereman2 about 2 months ago

#315 - core: support modifiers in date function

Pull Request - State: closed - Opened by sonhmai 2 months ago

#314 - Read index information into memory

Issue - State: closed - Opened by ajayaa 2 months ago

#313 - Publish Python package in CI

Issue - State: open - Opened by penberg 2 months ago
Labels: enhancement, help wanted, good first issue

#311 - Chores for Python binding development

Pull Request - State: closed - Opened by travenin 2 months ago

#310 - Add `typeof(X)` scalar function

Pull Request - State: closed - Opened by travenin 2 months ago

#309 - GROUP BY support

Pull Request - State: closed - Opened by jussisaurio 2 months ago - 1 comment

#308 - core: simplify page buffer handling

Pull Request - State: closed - Opened by pereman2 2 months ago

#307 - Add time querying to I/O trait for deterministic simulation

Pull Request - State: closed - Opened by mazchew 2 months ago - 2 comments

#306 - Don't do any I/O if top level operator is Nothing

Pull Request - State: closed - Opened by jussisaurio 2 months ago

#305 - core: support modifiers in time function

Pull Request - State: closed - Opened by sonhmai 2 months ago

#304 - core: fix concat function wrong start_register

Pull Request - State: closed - Opened by sonhmai 2 months ago

#303 - Schema migrations improvements over SQLite

Issue - State: open - Opened by penberg 2 months ago
Labels: enhancement, help wanted, improvements

#302 - Limbo acquires database file lock by default

Issue - State: closed - Opened by seonWKim 2 months ago - 3 comments

#301 - Added random number generation to I/O trait for simulation

Pull Request - State: closed - Opened by mazchew 2 months ago - 1 comment

#299 - Add support for nullif scalar function

Pull Request - State: closed - Opened by seonWKim 2 months ago

#298 - ci: added python

Pull Request - State: closed - Opened by JeanArhancet 3 months ago - 1 comment

#297 - Add insertion test

Issue - State: closed - Opened by seonWKim 3 months ago - 1 comment

#296 - core: pretty-print EXPLAIN QUERY PLAN

Pull Request - State: closed - Opened by psarna 3 months ago - 1 comment

#295 - Fix `EXPLAIN QUERY PLAN` format to follow SQLite format

Issue - State: closed - Opened by penberg 3 months ago
Labels: enhancement, help wanted, good first issue

#294 - Add support for quote scalar function

Pull Request - State: closed - Opened by JeanArhancet 3 months ago

#293 - [ISSUE-257] INSERT to empty tables panic

Pull Request - State: closed - Opened by seonWKim 3 months ago - 5 comments

#291 - Add support for concat scalar function

Pull Request - State: closed - Opened by seonWKim 3 months ago - 2 comments

#290 - Add support for ifnull scalar function

Pull Request - State: closed - Opened by seonWKim 3 months ago

#289 - Add support for substr scalar function

Pull Request - State: closed - Opened by seonWKim 3 months ago

#281 - More structured query planner

Pull Request - State: closed - Opened by jussisaurio 3 months ago - 1 comment

#273 - Implement the `UnixEpoch` function

Pull Request - State: closed - Opened by rajivharlalka 3 months ago - 10 comments

#272 - Move time querying and random number generation to I/O

Issue - State: closed - Opened by penberg 3 months ago - 2 comments
Labels: bug, help wanted, good first issue

#266 - RewindAwait instruction jump label is not patched

Issue - State: closed - Opened by penberg 3 months ago - 1 comment
Labels: bug, help wanted

#257 - `INSERT` to empty table panics

Issue - State: closed - Opened by penberg 3 months ago - 1 comment
Labels: bug, help wanted, compat

#256 - `INSERT` does not insert all columns

Issue - State: closed - Opened by penberg 3 months ago - 2 comments
Labels: bug, help wanted, compat

#255 - `INSERT` does not add duplicate rows

Issue - State: closed - Opened by penberg 3 months ago - 2 comments
Labels: bug, help wanted, compat

#251 - Function call with star as argument is not supported

Issue - State: closed - Opened by penberg 3 months ago - 3 comments
Labels: enhancement, help wanted, good first issue, compat

#203 - Page readahead

Issue - State: open - Opened by penberg 3 months ago - 2 comments
Labels: enhancement, help wanted, performance

#202 - perf-latency: fix script to get results

Pull Request - State: closed - Opened by JoanFM 3 months ago - 2 comments
Labels: Stale

#195 - Support the use of Aggregate Functions in Scalar Functions

Issue - State: closed - Opened by JeanArhancet 3 months ago - 2 comments
Labels: enhancement, compat

#168 - Reuse Regex in LIKE implementation

Issue - State: closed - Opened by benclmnt 4 months ago - 1 comment
Labels: enhancement, help wanted, good first issue, performance

#158 - Date and time function support

Issue - State: closed - Opened by penberg 4 months ago - 3 comments
Labels: enhancement, help wanted, good first issue

#153 - Parenthesized conditions

Issue - State: closed - Opened by pereman2 4 months ago

#146 - added the functionality for `CREATE TABLE`

Pull Request - State: closed - Opened by jatin510 4 months ago - 7 comments

#135 - Make I/O completion explicit

Issue - State: open - Opened by penberg 4 months ago - 6 comments
Labels: enhancement, help wanted

#125 - Indexing lookup support

Issue - State: open - Opened by penberg 4 months ago - 3 comments
Labels: enhancement, help wanted

#122 - Improve `WHERE` clause code generation

Issue - State: closed - Opened by penberg 4 months ago - 1 comment
Labels: enhancement, help wanted, good first issue