diff options
Diffstat (limited to 'src/interfaces/odbc/connection.h')
-rw-r--r-- | src/interfaces/odbc/connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/odbc/connection.h b/src/interfaces/odbc/connection.h index fc77bc8a7b4..fc3560d3522 100644 --- a/src/interfaces/odbc/connection.h +++ b/src/interfaces/odbc/connection.h @@ -160,6 +160,7 @@ typedef struct char translation_option[SMALL_REGISTRY_LEN]; char focus_password; char disallow_premature; + char updatable_cursors; GLOBAL_VALUES drivers; /* moved from driver's option */ } ConnInfo; @@ -274,6 +275,7 @@ struct ConnectionClass_ float pg_version_number; Int2 pg_version_major; Int2 pg_version_minor; + char ms_jet; #ifdef MULTIBYTE char *client_encoding; char *server_encoding; |