mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-17 05:18:13 +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.