use md5sum-string instead of md5sum-sequence to adjust to upstream changes
[clsql.git] / db-db2 / db2-constants.lisp
index 01007a635f2ff94fbfd3b6419a958926cbc3320c..74293759e2a61e2cf3dfcb40c0d6be4861ace4ce 100644 (file)
@@ -5,8 +5,6 @@
 ;;;; Name:          db2-constants.lisp
 ;;;; Purpose:       Constants for CLSQL Db2 interface
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 
 (in-package #:clsql-db2)
 
-(defconstant SQL_NULL_HANDLE 0)
+(defconstant SQL_NULL_HANDLE nil)
 (defconstant SQL_HANDLE_ENV 1)
 (defconstant SQL_HANDLE_DBC 2)
 (defconstant SQL_HANDLE_STMT 3)
 (defconstant SQL_NTS -3)
 
+(defconstant SQL_ERROR -1)
+(defconstant SQL_SUCCESS 0)
+(defconstant SQL_SUCCESS_WITH_INFO 1)
+