sqlidity icon indicating copy to clipboard operation
sqlidity copied to clipboard

SQL on chain

Results 1 sqlidity issues
Sort by recently updated
recently updated
newest added

- Previously, `Next` after a `Delete` opcode always end due to the cursor points to an empty node - According to https://www.sqlite.org/opcode.html#Delete, when encounter flag `OPFLAG_SAVEPOSITION`, should move cursor to...