r9209: read tinyint as integer for odbc, handle boolean reading/writing fields
[clsql.git] / db-odbc / odbc-package.lisp
index 3c22c8ba05ff894794d4b1938c3d31ecae8af940..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,7 @@
      #:result-rows-count
      #:sql-to-c-type
      #:%list-tables
+     #:%table-statistics
      #:%list-data-sources
      )
   (:documentation "This is the low-level interface ODBC."))