refactored database-get-type-specifier for postgres and mssql
[clsql.git] / tests / test-fddl.lisp
index 8a6ae887229e08f0932ee532d1d6beb9a115e807..83eada9f1074e699b6e584d90360be9e884be957 100644 (file)
@@ -168,7 +168,8 @@ B varchar(32))")
     (with-dataset *ds-fddl*
       (multiple-value-bind (type length scale nullable)
          (clsql:attribute-type [c] [alpha])
-       (values (clsql-sys:in type :varchar :varchar2) length scale nullable)))
+       (values (clsql-sys:in type :varchar :varchar2 :nvarchar)
+                length scale nullable)))
   t 30 nil 1)
 
 (deftest :fddl/attributes/5