mirror of
https://github.com/isar/rusqlite.git
synced 2025-01-20 19:20:51 +08:00
ad0b823560
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.