Fixed the SQLExecDirec bug which returned SQL_SUCCESS instead of SQL_NO_DATA when...
authorAnoop Kumar <anoopk@pervasive-postgres.com>
Wed, 24 Aug 2005 06:09:52 +0000 (06:09 +0000)
committerAnoop Kumar <anoopk@pervasive-postgres.com>
Wed, 24 Aug 2005 06:09:52 +0000 (06:09 +0000)
commitf97aa4a836d009f65ae17047280c712b3423785c
tree628639c31ddfec985cc7a331e504767e51423c2b
parent077826ecc39b0dc78bca7cb11ac29d86a4e56023
Fixed the SQLExecDirec bug which returned SQL_SUCCESS instead of SQL_NO_DATA when no row got affected in UPDATE/DELETE. (Thanks to Sivakumar)
execute.c