You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: