limbo/core/vdbe
2025-12-05 16:57:55 +04:00
..
affinity.rs change convert function to accept 1 value 2025-11-07 12:47:39 -03:00
bloom_filter.rs Bloom filter fixes 2025-12-04 07:39:34 -05:00
builder.rs guard connection from simultaneously running connnections 2025-12-05 16:01:40 +04:00
execute.rs guard connection from simultaneously running connnections 2025-12-05 16:01:40 +04:00
explain.rs Cache result column values in the hashtable to prevent additional SeekRowID 2025-12-04 16:09:48 -05:00
hash_table.rs Fix NULL handling of hash join comparison and bug in cursor override logic 2025-12-04 17:21:46 -05:00
insn.rs Fix bloom filter impl to skip NULL values 2025-12-04 16:09:49 -05:00
likeop.rs Merge 'Ensure LIKE is case-sensitive for non-ASCII characters' from Tejas 2025-11-27 21:56:03 +02:00
metrics.rs add metrics and implement the .stats command 2025-08-18 09:11:06 -05:00
mod.rs simplify condition - triggers now marked as nested statements 2025-12-05 16:57:55 +04:00
rowset.rs Add RowSet<Add/Read/Test> instructions and rowset implementation 2025-11-12 11:39:40 +02:00
sorter.rs core/vdbe: Improve error handling in sorter.rs 2025-11-23 18:49:22 +02:00
value.rs finish implementing "quote" scalar function for blob types 2025-11-27 19:46:01 -05:00