mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-29 04:44:23 +01:00
Currently, the simulator complains of the following error: ``` Error: failed with error: 'attempt to multiply with overflow' ``` However, we don't enable views in the simulator so -- despite being an issue -- we should never see this. Let's fix `op_delete()` some more not to not even call rowid() unless view processing is enabled.