r9491: * db-oracle/oracle-objects.lisp: Add database-get-type-specifier for
[clsql.git] / tests / test-fddl.lisp
index 3c69653edc6be24b194f592c0e26faff002904fb..a206f80d7a0dd13cc231483ce456574b6c496cc4 100644 (file)
   t)
 
 (deftest :fddl/attributes/7
-    (and (member (clsql:attribute-type [bd_utime] [employee]) '(:bigint :int8 :number)) t)
+    (and (member (clsql:attribute-type [bd_utime] [employee]) '(:bigint :int8 :char)) t)
   t)
 
 
         (let ((index (1+ i))
               (int (first (car rest)))
               (bigint (second (car rest))))
-          (when (and (eq *test-database-type* :odbc)
-                     (eq *test-database-underlying-type* :postgresql)
+          (when (and (or (eq *test-database-type* :oracle)
+                         (and (eq *test-database-type* :odbc)
+                              (eq *test-database-underlying-type* :postgresql)))
                      (stringp bigint))
             (setf bigint (parse-integer bigint)))
           (unless (and (eql int index)