Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert ID bug #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Insert ID bug #28

wants to merge 1 commit into from

Conversation

parisholley
Copy link

I haven't touched this code in awhile but it was a big problem when i ran into it. If you have two fresh tables, and insert a new row in each, this will fail because they both generate the same id. It really needs to keep a dictionary/hash of the last insert id per table, vs. at a global level but I am too lazy to do that :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant