-
-
Notifications
You must be signed in to change notification settings - Fork 548
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
quote identifiers not applied to foreign key constraints from sqlite3 #1486
Comments
Picking out the relevant error:
The query is: Instead it should be: (That will cause other errors to pop up, but that's just an artefact of the simplistic repro schema.) |
Were you able to figure out a way around this @Artanicus? I'm struggling with the exact same issue, sqlite3 -> postgres. EDIT: I found this open PR which fixes the issue #1531 pgloader version: pgloader output:
|
pgloader --version
did you test a fresh compile from the source tree?
did you search for other similar issues?
how can I reproduce the bug?
Dump from sqlite db.sqlite3:
The text was updated successfully, but these errors were encountered: