Set default encoding for sqlite3 databases to utf-8 if unspecified
[clsql.git] / tests / test-init.lisp
index cd37dac8a7dd3b2e81ae2e027f07f64f6ea4fa82..88322083db113eb9334bcb6c8081d2f9ff7c8073 100644 (file)
       (let ((test (second test-form)))
         (cond
          ((and (not (eql db-underlying-type :mysql))
-               (clsql-sys:in test :connection/query-command))
+               (clsql-sys:in test :connection/query-command
+                              :basic/reallybigintegers/1))
           (push (cons test "known to work only in MySQL as yet.") skip-tests))
           ((and (null (clsql-sys:db-type-has-views? db-underlying-type))
                 (clsql-sys:in test :fddl/view/1 :fddl/view/2 :fddl/view/3 :fddl/view/4))