Thinkwise / cordova-plugin-websql

Cordova WebSQL plugin for Windows Phone
4 stars 9 forks source link

Duplicate primary keys in simultaneous transactions #5

Closed DickvdBrink closed 4 years ago

DickvdBrink commented 9 years ago

As reported in #1 by @BigstickCarpet

Duplicate primary keys in simultaneous transactions

If a table has autoIncrement keys, and two different transactions simultaneously add data to the table, then both new records get the same generated key.