mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Fix CCL compat where nil can't be a plist key.
This commit is contained in:
parent
4aa8b0946f
commit
a090f2fe3d
@ -2119,7 +2119,7 @@ load database
|
||||
(:lambda (command)
|
||||
(destructuring-bind (source target before commands finally) command
|
||||
(destructuring-bind (&key before commands finally)
|
||||
(alexandria:alist-plist (list before commands finally))
|
||||
(alexandria:alist-plist (remove-if #'null (list before commands finally)))
|
||||
(list source target
|
||||
:before before
|
||||
:commands commands
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user