r9136: fix tinyint allocation
[clsql.git] / db-odbc / odbc-package.lisp
index e70debe2b5c29c1be675967f65b4dc5afff8b45e..583d9a76dbc5d98fec24f2f9aa7f7ee900603fca 100644 (file)
@@ -27,6 +27,7 @@
      #:+null-ptr+
      #:+max-precision+
      #:*info-output*
+     #:*time-conversion-function*
      #:get-cast-long
      #:%free-statement
      #:%disconnect
@@ -63,6 +64,8 @@
      #:result-rows-count
      #:sql-to-c-type
      #:%list-tables
+     #:%table-statistics
+     #:%list-data-sources
      )
   (:documentation "This is the low-level interface ODBC."))