X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-odbc%2Fodbc-constants.lisp;h=c16e2a76869201da13e5b15add9ea95147fdc129;hp=e967729e63559d6209b8e8ef20cb72b40cf56c6b;hb=44cd3f817f6f59ffe495db4cf2b9ea4637a57f75;hpb=2f1b6b521b5c68e249428209a7da57f75e55da47 diff --git a/db-odbc/odbc-constants.lisp b/db-odbc/odbc-constants.lisp index e967729..c16e2a7 100644 --- a/db-odbc/odbc-constants.lisp +++ b/db-odbc/odbc-constants.lisp @@ -22,7 +22,7 @@ (defconstant $ODBC-LONG-TYPE :int) (defconstant $ODBC-ULONG-TYPE :unsigned-int) -(defconstant $ODBCVER #x0210) +;; (defconstant $ODBCVER #x0210) ;; generally useful constants (defconstant $SQL_SPEC_MAJOR 2) ;; Major version of specification @@ -802,7 +802,6 @@ (defconstant $SQL_POSITION 0) ;; 1.0 FALSE (defconstant $SQL_REFRESH 1) ;; 1.0 TRUE -; #if (ODBCVER >= #x0200)) (defconstant $SQL_UPDATE 2) (defconstant $SQL_DELETE 3) (defconstant $SQL_ADD 4)