mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 00:44:19 +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