aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/statement.c
diff options
context:
space:
mode:
authorByron Nikolaidis <byronn@insightdist.com>1998-06-08 16:15:12 +0000
committerByron Nikolaidis <byronn@insightdist.com>1998-06-08 16:15:12 +0000
commit0e708e595ebad1774df0ef7ff45f995955f762ee (patch)
tree9912b323b0e801b162a7ac2e3b394aea56de0c02 /src/interfaces/odbc/statement.c
parent556e603b257df487106eff829a8a4040b0d7aca4 (diff)
downloadpostgresql-0e708e595ebad1774df0ef7ff45f995955f762ee.tar.gz
postgresql-0e708e595ebad1774df0ef7ff45f995955f762ee.zip
Update driver to official 6.30.0244 release.
Diffstat (limited to 'src/interfaces/odbc/statement.c')
-rw-r--r--src/interfaces/odbc/statement.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/statement.c b/src/interfaces/odbc/statement.c
index 7a5b0d886bd..bbf1d978185 100644
--- a/src/interfaces/odbc/statement.c
+++ b/src/interfaces/odbc/statement.c
@@ -151,6 +151,7 @@ StatementClass *rv;
rv->status = STMT_ALLOCATED;
rv->maxRows = 0; // driver returns all rows
rv->rowset_size = 1;
+ rv->keyset_size = 0; // fully keyset driven is the default
rv->scroll_concurrency = SQL_CONCUR_READ_ONLY;
rv->cursor_type = SQL_CURSOR_FORWARD_ONLY;
rv->errormsg = NULL;