limbo/core
Pekka Enberg fc60e544af Merge 'Fix arithmetic operations for text values' from Vrishabh
We had not implemented arithmetic operations for text values. This PR
implements this and aligns the behavior with sqlite3 .

Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com>

Closes #605
2025-01-04 13:40:03 +02:00
..
benches Rename RowResult to StepResult 2024-12-27 10:20:41 +02:00
ext ext/uuid: Convert uuid4() to external function 2024-12-31 13:56:32 +02:00
io Minor clippy fixes 2025-01-01 16:11:52 +05:30
json PR remarks #2 2025-01-02 15:09:16 +07:00
storage chore: add comment on BTreeCursor::seek 2025-01-02 18:18:17 +08:00
translate emitter.rs: use way less arguments to functions 2025-01-04 12:59:30 +02:00
vdbe Merge 'Fix arithmetic operations for text values' from Vrishabh 2025-01-04 13:40:03 +02:00
Cargo.toml Fix like function giving wrong results 2024-12-26 22:38:54 +05:30
error.rs Handle issues with nested arguments 2024-12-20 11:32:57 +01:00
function.rs Merge 'Add support for changes() and total_changes() functions' from Lemon-Peppermint 2025-01-04 10:14:06 +02:00
lib.rs Emitter cleanup part 2: add Resolver 2025-01-04 12:23:19 +02:00
pseudo.rs First successful implementation of delete planning 2024-12-22 13:16:16 +09:00
result.rs core: transaction support 2024-12-24 18:04:30 +01:00
schema.rs feat: subqueries in FROM clause 2024-12-31 14:18:29 +02:00
types.rs Don't use inaccurate pi values, make clippy happy 2024-12-29 19:22:45 +02:00
util.rs Add clippy CI, fix or ignore warnings where appropriate 2024-12-29 10:25:41 -05:00