aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/connection.h
diff options
context:
space:
mode:
authorHiroshi Inoue <inoue@tpf.co.jp>2001-08-18 04:30:47 +0000
committerHiroshi Inoue <inoue@tpf.co.jp>2001-08-18 04:30:47 +0000
commit0c439e5ef6efbb13313718493d00be7a3f66acd3 (patch)
tree4b32836d3cf29f7884cc207a4a1baad46c10a527 /src/interfaces/odbc/connection.h
parent58d4f951ea193db219e9da66e07c73b8aa3f06db (diff)
downloadpostgresql-0c439e5ef6efbb13313718493d00be7a3f66acd3.tar.gz
postgresql-0c439e5ef6efbb13313718493d00be7a3f66acd3.zip
1) Change all internal SQL function calls from
SQLxxxx() to PGAPI_xxxx(). 2) Handle an escaped date/time format as a parameter. 3) Improve the tuple allocation a little. 4) The preparation of ODBC 3.0 a little. 5) Updatable cursors(may be deprecated before long).
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 1038bf117ba..67fb38dcaab 100644
--- a/src/interfaces/odbc/connection.h
+++ b/src/interfaces/odbc/connection.h
@@ -264,6 +264,7 @@ struct ConnectionClass_
HINSTANCE translation_handle;
DataSourceToDriverProc DataSourceToDriver;
DriverToDataSourceProc DriverToDataSource;
+ Int2 driver_version; /* prepared for ODBC3.0 */
char transact_status;/* Is a transaction is currently in
* progress */
char errormsg_created; /* has an informative error msg