Sonny
Sonny
Cache the partition pruning result in FilteredDeltaScanImpl to improve performance (#399) Signed-off-by: sonhmai
I have the following error when installing lycon on python 3.8.2 on Ubuntu 18.04. However, I was used to install and use lycon through pip install on my Mac. `lsb_release...
Support modifiers for UnixEpoch and JulianDay functions. Currently modifiers are not supported. Refer to https://github.com/tursodatabase/limbo/pull/600/files#diff-371865d5d7b8bcaed649413c687492e61e94f21387cd9b2c47d989a033888c8bR1474 Example of supporting modifiers: `date`, `datetime` functions. What are SQLite modifiers https://www.sqlite.org/lang_datefunc.html#modifiers
Removed flaky test that happens sometimes when the CI runner is a bit slow e.g. in https://github.com/tursodatabase/limbo/actions/runs/12706265753/job/35418879041?pr=643 'now' is covered in other test so it should be fine. it is...
Hi folks, I'd like to create this issue as an umbrella issue for adding WAL checkpoint support. See [sqlite doc for wal checkpointing](https://www.sqlite.org/wal.html#checkpointing) ## Rational 1. important feature for write...