special cased MSSQL/ODBC limit handling in output-sql of sql-query
[clsql.git] / tests / test-init.lisp
index 3efa6d62d193130c0431a0142afb8ab1796a7123..4a83cf9cd28a3950089d91ce8ff581e93a911ab0 100644 (file)
                 (clsql-sys:in test :fdml/select/9))
            (push (cons test "mssql uses integer math for AVG.") skip-tests))
           ((and (not (member *test-database-underlying-type*
-                             '(:postgresql :mysql :sqlite3)))
+                             '(:postgresql :mysql :sqlite3 )))
                 (clsql-sys:in test :fdml/select/37 :fdml/select/38))
            (push (cons test "LIMIT keyword not supported in SELECT.") skip-tests))
          ((and (not (clsql-sys:db-type-has-auto-increment? db-underlying-type))