SQLite.Net-PCL icon indicating copy to clipboard operation
SQLite.Net-PCL copied to clipboard

Autoincrement is automatic if an ID <> 0 is set

Open perrein opened this issue 9 years ago • 2 comments

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).

perrein avatar Sep 10 '15 07:09 perrein

Not interessed to integrate this fix?

perrein avatar Apr 28 '16 09:04 perrein

Could you please add a test that demonstrates what this fixes?

oysteinkrog avatar Apr 29 '16 10:04 oysteinkrog