davibe/Phonegap-SQLitePlugin

insertid not returning

parisholley opened this issue · 0 comments

currently, it checks if "previousInsertId != nowInsertId" but this will not work if you have two tables that start with the same sequence being inserted one after another. if this functionality is required, will need to probably use a dictionary key'd off the table name instead of using a global id