diff options
Diffstat (limited to 'src/interfaces/odbc/connection.h')
-rw-r--r-- | src/interfaces/odbc/connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/connection.h b/src/interfaces/odbc/connection.h index 0ef91a139f0..df40f440d69 100644 --- a/src/interfaces/odbc/connection.h +++ b/src/interfaces/odbc/connection.h @@ -266,6 +266,7 @@ struct ConnectionClass_ Int2 pg_version_major; Int2 pg_version_minor; char ms_jet; + char unicode; #ifdef MULTIBYTE char *client_encoding; char *server_encoding; |