Files
turso/core/vdbe
Jussi Saurio 4e6f373e3d Merge 'Fix: Evaluating expression in LIMIT and OFFSET clauses.' from
Closes #3687 .
Previously, the `try_fold_expr_to_i64` function casted `NULL` as `0`
when evaluating expressions in `LIMIT` or `OFFSET` clauses. I removed
this function since evaluating the expression directly and relying on
the MustBeInt operation for casting seems to handle everything.

Closes #3695
2025-10-15 10:36:36 +03:00
..
2025-05-15 09:59:46 +03:00
2025-10-07 16:45:23 -04:00
2025-10-09 19:00:40 +03:00