Files
turso/core/vdbe
Pekka Enberg 3aa885690c core/vdbe: Don't call rowid() unless view processing is enabled
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.
2025-08-11 10:56:58 +03:00
..
2025-08-10 23:34:04 -05:00
2025-05-15 09:59:46 +03:00
2025-08-10 23:34:04 -05:00
2025-08-08 10:55:26 -04:00