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

Handling of multiple go statements #21

Merged
merged 2 commits into from
Jul 7, 2021

Conversation

carl-berg
Copy link
Owner

Fixes #20
Fixes #19

Done:

  • Auto Insert FK's logic will now take previously inserted rows into account and not insert dependencies that have already been inserted.
  • EnableAutomaticForeignKeys can now safely be called multiple times
  • DisableAutomaticForeignKeys method added in order to turn off configured Auto FK behavior

@carl-berg carl-berg merged commit e3bc3d0 into main Jul 7, 2021
@carl-berg carl-berg deleted the feature/fix-of-multiple-go-statements branch July 7, 2021 14:11
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.

Fix consistent behavior with multiple Go statements Improve EnableAutomaticForeignKeys handling
1 participant