limbo/core
Lauri Virtanen adc6f9b6cd
Add unhex(X) scalar function
This commit adds `unhex(X)` scalar function. Function with `unhex(X,Y)`
two arguments is not implemented yet.

Relates to issue #144
2024-09-30 00:13:43 +03:00
..
benches cargo clippy --fix --allow-dirty && cargo fmt 2024-09-15 09:35:39 +03:00
io Wrap IoUring to ensure pending_ops is always correctly updated 2024-09-28 00:10:05 +05:30
json cargo clippy --fix --allow-dirty && cargo fmt 2024-09-15 09:35:39 +03:00
storage Add support for parenthesized conditions 2024-09-21 16:03:49 +09:00
translate Add unhex(X) scalar function 2024-09-30 00:13:43 +03:00
vdbe Add unhex(X) scalar function 2024-09-30 00:13:43 +03:00
Cargo.toml Add support for hex scalar function 2024-09-22 08:50:08 -04:00
error.rs core: constraint check uniqueness 2024-09-20 11:45:55 +02:00
function.rs Add unhex(X) scalar function 2024-09-30 00:13:43 +03:00
lib.rs Fix clippy 2024-09-18 17:59:11 +09:00
pseudo.rs GROUP BY 2024-09-14 16:14:45 +03:00
schema.rs Fix clippy 2024-09-15 16:23:27 +09:00
types.rs fix: cmp number/text 2024-09-25 17:39:37 +02:00
util.rs Add has_rowid field to BTreeTable 2024-07-07 14:32:28 +02:00