Files
turso/core/translate
Pekka Enberg 7e2bfd8bc1 Merge 'Refactor LIMIT/OFFSET handling to support expressions' from bit-aloo
Add expression support for `LIMIT` and `OFFSET` by storing them as
`Expr` instead of fixed integers. Constant expressions are folded with
`try_fold_to_i64`, while dynamic ones emit runtime checks, including the
new `IfNeg` opcode to clamp negative or `NULL` values to zero. The
current `build_limit_offset_expr` implementation is still naive and will
be refined in future work.
Fixes #2913

Closes #2720
2025-09-04 11:43:50 +03:00
..
2025-09-02 17:30:10 +07:00
2025-08-21 15:19:16 -03:00
2025-06-11 18:38:56 +02:00
2025-09-03 12:01:52 +07:00
2025-09-02 17:30:10 +07:00
2025-08-21 15:19:16 -03:00
2025-08-21 15:19:16 -03:00
2025-08-26 19:56:25 +05:30
2025-08-27 15:08:32 +07:00