mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 04:24:21 +01:00
1. allow calling op_null with Insn::BeginSubrtn
- BeginSubrtn is identical to Null, but named differently so that
its use in context is clearer
2. Insn::Return: add possibility to fallthrough on non-integer values as
per sqlite spec
Closes #1588