mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Override encoding in every testing connection (#410)
Also: reuse connection in process-regression-test. Fix #408.
This commit is contained in:
parent
1378949eee
commit
fa9f437095
@ -440,7 +440,8 @@
|
||||
(expected-data-file (make-pathname :defaults load-file
|
||||
:type "out"
|
||||
:directory expected-subdir))
|
||||
((target-conn *pg-settings*) (parse-target-pg-db-uri load-file))
|
||||
((target-conn gucs) (parse-target-pg-db-uri load-file))
|
||||
(*pg-settings* (pgloader.pgsql:sanitize-user-gucs gucs))
|
||||
(*pgsql-reserved-keywords* (list-reserved-keywords target-conn))
|
||||
(target-table (create-table (pgconn-table-name target-conn)))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user