mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Update driver to official 6.30.0244 release.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user