diff options
Diffstat (limited to 'src/interfaces/odbc/multibyte.c')
-rw-r--r-- | src/interfaces/odbc/multibyte.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/multibyte.c b/src/interfaces/odbc/multibyte.c index 11d35369ddf..2458abbe69b 100644 --- a/src/interfaces/odbc/multibyte.c +++ b/src/interfaces/odbc/multibyte.c @@ -300,7 +300,7 @@ CC_lookup_cs_new(ConnectionClass *self) char *encstr = NULL; QResultClass *res; - res = CC_send_query(self, "select pg_client_encoding()", NULL, TRUE); + res = CC_send_query(self, "select pg_client_encoding()", NULL, CLEAR_RESULT_ON_ABORT); if (res) { char *enc = QR_get_value_backend_row(res, 0, 0); |