limbo/core
Piotr Rzysko 116df2ec86 Fix evaluation of ISNULL/NOTNULL in OR expressions
Previously, the `jump_if_condition_is_true` flag was not respected. As a
result, for expressions like <`ISNULL`/`NOTNULL`> `OR` <rhs>, the <rhs>
expression was evaluated even when the left-hand side was true, and its
value was incorrectly used as the final result.
2025-06-27 08:21:40 +02:00
..
benches Switch to runtime flag for enabling indexes 2025-06-26 10:07:28 +03:00
ext Switch to runtime flag for enabling indexes 2025-06-26 10:07:28 +03:00
functions chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
io core: Switch Completion "is_completed" to use Cell 2025-05-27 14:05:07 +03:00
json chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
mvcc chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
numeric chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
storage Merge 'write page1 on database initialization' from Pere Diaz Bou 2025-06-26 20:43:40 +03:00
translate Fix evaluation of ISNULL/NOTNULL in OR expressions 2025-06-27 08:21:40 +02:00
vdbe Merge 'write page1 on database initialization' from Pere Diaz Bou 2025-06-26 20:43:40 +03:00
vector chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
build.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
Cargo.toml Switch to runtime flag for enabling indexes 2025-06-26 10:07:28 +03:00
error.rs Implement basic not null constraint checks 2025-06-05 19:02:31 +03:00
fast_lock.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
function.rs fix warnings and some refactoring 2025-06-11 14:19:06 -03:00
info.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
lib.rs Merge 'write page1 on database initialization' from Pere Diaz Bou 2025-06-26 20:43:40 +03:00
parameters.rs Consolidate match case in parameters push to handle all anonymous params in one case 2025-05-13 14:42:12 -04:00
pragma.rs Merge 'Simple integrity check on btree' from Pere Diaz Bou 2025-06-16 13:46:26 +03:00
pseudo.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
result.rs core: transaction support 2024-12-24 18:04:30 +01:00
schema.rs Switch to runtime flag for enabling indexes 2025-06-26 10:07:28 +03:00
types.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
util.rs Switch to runtime flag for enabling indexes 2025-06-26 10:07:28 +03:00
vtab.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00