mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 15:27:00 +02:00
Fix sqlite-options to include option-data-only.
This commit is contained in:
parent
fe75f3df54
commit
74dd19a1d1
@ -792,11 +792,12 @@ load database
|
||||
set work_mem to '16MB', maintenance_work_mem to '512 MB';
|
||||
|#
|
||||
(defrule sqlite-option (or option-truncate
|
||||
option-schema-only
|
||||
option-include-drop
|
||||
option-create-tables
|
||||
option-create-indexes
|
||||
option-reset-sequences))
|
||||
option-data-only
|
||||
option-schema-only
|
||||
option-include-drop
|
||||
option-create-tables
|
||||
option-create-indexes
|
||||
option-reset-sequences))
|
||||
|
||||
(defrule another-sqlite-option (and #\, ignore-whitespace sqlite-option)
|
||||
(:lambda (source)
|
||||
|
Loading…
Reference in New Issue
Block a user