Refactored find-all and build-object to be more readable, shorter and
[clsql.git] / tests / test-ooddl.lisp
index a5db79f0f5b2268274724008f6241a7083c2c318..5be105c0f27ed24892507779c7e7347f03fed421 100644 (file)
@@ -17,7 +17,7 @@
 
 (in-package #:clsql-tests)
 
-#.(clsql:locally-enable-sql-reader-syntax)
+(clsql-sys:file-enable-sql-reader-syntax)
 
 
 (def-view-class big ()
             (clsql:table-exists-p [big] )
             (progn
               (clsql:drop-table [big] :if-does-not-exist :ignore)
-              (clsql:table-exists-p [big])))
+              (clsql:table-exists-p [big] )))
           )
   t nil)
 
 
 ))
 
-#.(clsql:restore-sql-reader-syntax-state)