diff options
author | Hiroshi Inoue | 2002-03-01 07:18:34 +0000 |
---|---|---|
committer | Hiroshi Inoue | 2002-03-01 07:18:34 +0000 |
commit | e1716475e40c3305550fbf3b59ff47e551545036 (patch) | |
tree | 5215337351825c9f684f41a62ed9c05cc5670d7a /src/interfaces/odbc/connection.h | |
parent | 8f0a9e85b31e67a64604c19a061e91ad1c92b041 (diff) |
Add files for Unicode support.
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; |