limbo/core
2025-12-05 16:57:55 +04:00
..
benches use ArcSwap to store MvStore 2025-12-03 10:09:04 -03:00
ext core: Switch to parking_lot::Mutex 2025-11-20 10:42:02 +02:00
functions clippy fix 2025-11-11 16:11:46 -03:00
incremental Merge 'translate/planner: Implement Index creation on arbitrary expressions' from Preston Thorpe 2025-11-22 06:52:20 -05:00
index_method guard connection from simultaneously running connnections 2025-12-05 16:01:40 +04:00
io core/io: Improve error handling 2025-11-24 07:32:54 +02:00
json fix: escape backslashes in json_object string values 2025-12-03 21:30:59 +01:00
mvcc fix/mvcc: seek() must seek from both mv store and btree 2025-12-05 11:53:16 +02:00
numeric feat: add CAST to fuzzer 2025-09-24 18:06:55 -03:00
storage btree/balance: assert that if multiple overflow cells, they are adjacent sequential 2025-12-03 20:39:53 +02:00
time
translate add prepare_nested helper 2025-12-05 16:56:49 +04:00
vdbe simplify condition - triggers now marked as nested statements 2025-12-05 16:57:55 +04:00
vector core/vector: Improve error handling in vector_types.rs 2025-11-24 07:48:43 +02:00
assert.rs
build.rs do not run build.rs on debug mode 2025-10-16 01:22:54 -03:00
Cargo.toml Bloom filter fixes 2025-12-04 07:39:34 -05:00
error.rs return Misuse error 2025-12-05 16:13:47 +04:00
fast_lock.rs remove some unnecessary unsafe impls 2025-09-21 13:29:59 -03:00
function.rs Change Value::Text to use a Cow<'static, str> instead of Vec<u8> 2025-11-11 16:11:46 -03:00
info.rs
lib.rs end statement execution in case of abort 2025-12-05 16:57:25 +04:00
parameters.rs rename methods in core a little bit 2025-11-27 14:12:47 +04:00
pragma.rs add prepare_nested helper 2025-12-05 16:56:49 +04:00
pseudo.rs clippy 2025-10-09 19:00:40 +03:00
schema.rs mvcc: disallow partial indexes, expression indexes and custom index methods 2025-11-27 20:46:33 +02:00
series.rs
state_machine.rs mvcc: simplify StateMachine 2025-09-22 16:37:31 +03:00
types.rs fix/mvcc: seek() must seek from both mv store and btree 2025-12-05 11:53:16 +02:00
util.rs use ArcSwap to store MvStore 2025-12-03 10:09:04 -03:00
uuid.rs
vtab.rs fix bug 2025-12-03 02:37:59 +04:00