summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/connection.h
diff options
context:
space:
mode:
authorHiroshi Inoue2002-03-01 07:18:34 +0000
committerHiroshi Inoue2002-03-01 07:18:34 +0000
commite1716475e40c3305550fbf3b59ff47e551545036 (patch)
tree5215337351825c9f684f41a62ed9c05cc5670d7a /src/interfaces/odbc/connection.h
parent8f0a9e85b31e67a64604c19a061e91ad1c92b041 (diff)
Add files for Unicode support.
Diffstat (limited to 'src/interfaces/odbc/connection.h')
-rw-r--r--src/interfaces/odbc/connection.h1
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;