r1657: Auto :types implemented for mysql,postgresql
[clsql.git] / test-clsql.cl
index cbc5e928ef49e5e6225e2723226e649f86de4e42..2aed1633e5f0729d74634f9803fa3491a3cd113b 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: test-clsql.cl,v 1.5 2002/03/25 06:07:06 kevin Exp $
+;;;; $Id: test-clsql.cl,v 1.6 2002/03/25 14:13:41 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -71,7 +71,7 @@
             :database db))
          (pprint (clsql:map-query 'vector #'list "select * from test_clsql" 
                                   :database db
-                                  :field-types '(:int :double t)))
+                                  :field-types :auto)) ;;'(:int :double t)))
          (clsql:execute-command "DROP TABLE test_clsql"))
       (clsql:disconnect :database db)))
   )