X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-odbc%2Fodbc-constants.lisp;h=5ca1f2ac860114cd66378a702bff6edffa38ebae;hp=cddb4be8288d1377c6a8d375440cabb108185ca5;hb=a6576bcf62dd1e710085ec74089d0730d599001b;hpb=b746611f6d622273f1563d9d0f65b59b58714694 diff --git a/db-odbc/odbc-constants.lisp b/db-odbc/odbc-constants.lisp index cddb4be..5ca1f2a 100644 --- a/db-odbc/odbc-constants.lisp +++ b/db-odbc/odbc-constants.lisp @@ -18,6 +18,10 @@ (in-package #:odbc) +;; on SuSE AMD64 9.0, unixODBC is compiled with with SQLLEN being 4 bytes long +(defconstant $ODBC-LONG-TYPE :int) +(defconstant $ODBC-ULONG-TYPE :unsigned-int) + (defconstant $ODBCVER #x0210) ;; generally useful constants