Files
turso/core
Pekka Enberg df230dc830 Fix DecrJumpZero usage in translate_select()
SQLite special-cases `LIMIT 0` by emitting an explicit `Goto` to avoid
executing any `ResultRow` statements. We, however, hacked around this in
DecrJumpZero but also the placement of the generated instruction.

Let's follow SQLite codegen here. We still need to fix `LIMIT 0`,
though.
2024-06-24 21:43:19 +03:00
..
2024-06-19 21:26:40 +03:00
2024-06-19 21:26:40 +03:00
2024-03-03 12:44:45 +02:00
2024-06-19 20:37:17 +02:00
2024-06-21 13:10:21 +03:00
2024-06-19 20:37:15 +02:00