Fix bug with db3 options handling.

This commit is contained in:
Dimitri Fontaine 2014-12-26 22:43:44 +01:00
parent b3a09a20e3
commit 65b35cf4a1

View File

@ -105,7 +105,7 @@
(setf (target db3) table-name)
(handler-case
(when (and (or create-tables schema-only (not data-only)))
(when (and (or create-tables schema-only) (not data-only))
(with-stats-collection ("create, truncate"
:state state-before
:summary summary)