From bf1f2e545cf77365e232620b2c1c19a23addcd53 Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Tue, 23 Apr 2002 04:14:13 +0000 Subject: 1) Fix SQLProcedures(). 2) Handle timestamp without time zone. 3) Improve SQLForeignKeys() in multibyte mode. --- src/interfaces/odbc/statement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/odbc/statement.c') diff --git a/src/interfaces/odbc/statement.c b/src/interfaces/odbc/statement.c index cf3db03ead3..122fcbff9bb 100644 --- a/src/interfaces/odbc/statement.c +++ b/src/interfaces/odbc/statement.c @@ -955,7 +955,7 @@ SC_execute(StatementClass *self) /* send the declare/select */ res = CC_send_query(conn, self->stmt_with_params, NULL, qflag); if (SC_is_fetchcursor(self) && res != NULL && - QR_command_successful(res)) + QR_command_maybe_successful(res)) { QR_Destructor(res); qflag &= (~ GO_INTO_TRANSACTION); -- cgit v1.2.3