SQLite.Net-PCL
SQLite.Net-PCL copied to clipboard
Autoincrement is automatic if an ID <> 0 is set
If i use a primary key with value <> 0, the wrapper override this value and autoincrement automaticaly, but in some situation, it's voluntary set (synchro with database offline with same id, for example).
Not interessed to integrate this fix?
Could you please add a test that demonstrates what this fixes?