diff options
author | Byron Nikolaidis <byronn@insightdist.com> | 1998-06-08 16:15:12 +0000 |
---|---|---|
committer | Byron Nikolaidis <byronn@insightdist.com> | 1998-06-08 16:15:12 +0000 |
commit | 0e708e595ebad1774df0ef7ff45f995955f762ee (patch) | |
tree | 9912b323b0e801b162a7ac2e3b394aea56de0c02 /src/interfaces/odbc/psqlodbc.h | |
parent | 556e603b257df487106eff829a8a4040b0d7aca4 (diff) | |
download | postgresql-0e708e595ebad1774df0ef7ff45f995955f762ee.tar.gz postgresql-0e708e595ebad1774df0ef7ff45f995955f762ee.zip |
Update driver to official 6.30.0244 release.
Diffstat (limited to 'src/interfaces/odbc/psqlodbc.h')
-rw-r--r-- | src/interfaces/odbc/psqlodbc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/psqlodbc.h b/src/interfaces/odbc/psqlodbc.h index 386e3696003..07b7ec7b454 100644 --- a/src/interfaces/odbc/psqlodbc.h +++ b/src/interfaces/odbc/psqlodbc.h @@ -88,6 +88,7 @@ typedef struct GlobalValues_ char text_as_longvarchar; char unknowns_as_longvarchar; char bools_as_char; + char lie; char extra_systable_prefixes[MEDIUM_REGISTRY_LEN]; char conn_settings[LARGE_REGISTRY_LEN]; } GLOBAL_VALUES; |