dimitri / pgloader

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

fixing custom where clause issue when tables are selected with BIN2 collation #1502

Open kvallab2 opened 1 year ago

kvallab2 commented 1 year ago

This is an extenstion to PR #653 pgloader errors out while querying foreign keys when tables clause is used for SQL_Latin1_General_CP850_BIN2 collation (might exist for CS collation). Code has been changed, built from source and tested successfully.