mirror of
https://github.com/isar/rusqlite.git
synced 2025-07-12 20:34:45 +08:00
This was intended to detect an `UPDATE` query passed to `insert`, but incorrectly failed if inserts to different tables caused the same row ID to be returned from both. `UPDATE`s are no longer detectable.