Fix sqlite-options to include option-data-only.

This commit is contained in:
Dimitri Fontaine 2013-11-05 23:43:54 +01:00
parent fe75f3df54
commit 74dd19a1d1

View File

@ -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)