mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
The op_insert function was incorrectly trying to capture an "old record"
for fresh INSERT operations when a table had dependent materialized views.
This caused a "Cannot delete: no current row" error because the cursor
wasn't positioned on any row for new inserts.
The issue was introduced in commit
|
||
|---|---|---|
| .. | ||
| antithesis | ||
| clone_test_db.sh | ||
| gen-changelog.py | ||
| limbo-sqlite3 | ||
| limbo-sqlite3-index-experimental | ||
| merge-pr.py | ||
| publish-crates.sh | ||
| pyproject.toml | ||
| run-sim | ||
| update-version.py | ||