limbo/core
2025-05-23 16:28:56 +03:00
..
benches add bench for select count 2025-05-10 22:23:01 -03:00
ext Add CSV extension 2025-05-21 09:22:59 +02:00
functions Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
io shared lock on file and throw ReadOnly error in transaction 2025-05-02 16:30:48 -03:00
json Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
mvcc clippy 2025-03-25 17:13:31 +02:00
numeric numeric types overhaul 2025-04-23 08:34:58 -03:00
storage addresses comment https://github.com/tursodatabase/limbo/pull/1548#discussion_r2102606810 by @jussisaurio 2025-05-23 00:46:05 +05:30
translate refactor: use walk_expr() in resolving vtab constraints 2025-05-23 16:28:56 +03:00
vdbe Merge 'Support values statement and values in select' from meteorgan 2025-05-23 13:56:31 +03:00
vector Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
build.rs
Cargo.toml Add CSV extension 2025-05-21 09:22:59 +02:00
error.rs page_cache: fix insert and evict logic 2025-05-21 14:09:39 +02:00
fast_lock.rs Remove unlock method and move it to guard's drop. 2025-03-27 18:45:05 +05:30
function.rs add Func::is_deterministic() 2025-04-24 11:05:21 +03:00
info.rs
lib.rs Merge 'Initial Support for Nested Translation' from Pedro Muniz 2025-05-22 10:52:00 +03:00
numeric.rs Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
parameters.rs Consolidate match case in parameters push to handle all anonymous params in one case 2025-05-13 14:42:12 -04:00
pseudo.rs wip 2025-03-29 22:02:49 +01:00
result.rs
schema.rs Merge 'btree: Remove assumption that all btrees have a rowid' from Jussi Saurio 2025-05-21 14:53:00 +03:00
types.rs Doc comment for IndexKeyInfo (thanks copilot) 2025-05-20 14:22:17 +03:00
util.rs refactor: use walk_expr() in resolving vtab constraints 2025-05-23 16:28:56 +03:00