limbo/core
2025-12-06 12:08:27 +02: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 fix subsec format 2025-12-04 13:17:29 -05:00
incremental Use Cow for Value::Blob to prevent copies in op_column 2025-12-06 12:08:27 +02:00
index_method core/index_method: Improve error handling in toy_vector_spare_ivf.rs 2025-11-23 09:42:22 +02:00
io core/io: Improve error handling 2025-11-24 07:32:54 +02:00
json Use Cow for Value::Blob to prevent copies in op_column 2025-12-06 12:08:27 +02:00
mvcc fix/mvcc: seek() must seek from both mv store and btree 2025-12-05 11:53:16 +02:00
numeric Use Cow for Value::Blob to prevent copies in op_column 2025-12-06 12:08:27 +02:00
storage fix clippy 2025-12-05 21:39:35 +04:00
time
translate Use Cow for Value::Blob to prevent copies in op_column 2025-12-06 12:08:27 +02:00
vdbe Use Cow for Value::Blob to prevent copies in op_column 2025-12-06 12:08:27 +02: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 Allow dead code - SQLITE_CONSTRAINT_FOREIGNKEY is currently unused 2025-10-22 23:40:45 +03:00
fast_lock.rs
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 Merge 'Automatically Propagate Encryption options' from Pedro Muniz 2025-12-05 15:31:17 +02:00
parameters.rs rename methods in core a little bit 2025-11-27 14:12:47 +04:00
pragma.rs support table_xinfo pragma 2025-11-20 17:38:10 +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 Use Cow for Value::Blob to prevent copies in op_column 2025-12-06 12:08:27 +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