mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Fix including/excluding options parsing for SQLite, fix #99 (again).
This commit is contained in:
parent
79f622234f
commit
a621a48c04
@ -1171,7 +1171,10 @@ load database
|
||||
(:lambda (source)
|
||||
(destructuring-bind (sqlite-uri pg-db-uri
|
||||
&key
|
||||
((:sqlite-options options)) gucs incl excl)
|
||||
gucs
|
||||
((:sqlite-options options))
|
||||
((:including incl))
|
||||
((:excluding excl)))
|
||||
source
|
||||
(destructuring-bind (&key dbname table-name &allow-other-keys)
|
||||
pg-db-uri
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user