dimitri / pgloader

Migrate to PostgreSQL in a single command!
http://pgloader.io
Other
5.45k stars 548 forks source link

fix(sqlite): respect case option for foreign keys #1531

Open Redlinkk opened 1 year ago

Redlinkk commented 1 year ago

When using the option "quote identifiers", I had errors ("column doesn't exist") when importing foreign keys constraints from sqlite to PG. This should fix the issue

hoelter commented 4 weeks ago

I can also confirm this works as expected. I was running into the mentioned error when using "with quote identifiers" on a sqlite database, and this change fixed that error with constraints migrating as expected.