Hi Team ,
I am using SqliteAsync class APIS to do insertion / update / remove of bulk records. Also there are few cases where we have Autoincrement column . However autoincrement is not working with SqliteAsync .
Autoincrement is working properly with Sqlite class APIS , issue is observed in SqliteAsync class APIS. Has anybody faced similar issue . Please guide how to go about it.
PFA the sample code.