How to export database as sql inserts with the correct table order? #36514
Unanswered
aurelian-dragomir
asked this question in
DBeaver Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
Really love DBeaver but have one problem that makes me crazy: when I export the database as a single sql insert script the order of the insert statements are wrong ( the parent table is being added last so any prior FK insert fails ) so that I cannot use it on a new empty database.
I didn't see any option like 'preserve insert order'.
Is this possible or is it a limitation?
Beta Was this translation helpful? Give feedback.
All reactions