diff options
author | Hiroshi Inoue <inoue@tpf.co.jp> | 2001-04-23 01:00:49 +0000 |
---|---|---|
committer | Hiroshi Inoue <inoue@tpf.co.jp> | 2001-04-23 01:00:49 +0000 |
commit | cc6bdb3e4898cf5411005871e9dad7a341a07f20 (patch) | |
tree | 6923039c5f5038bde728892a3850685caa402a1f /src/interfaces/odbc/statement.h | |
parent | 0e29d760f4884d6cc194cf6d95605417e825a145 (diff) |
A patch to fix the following bugs.
1) [ODBC] Psqlodbc and Centura: here it is a patch
posted by Matteo Cavalleli
2) [ODBC] pgsqODBC binding parameters II
posted by Ludek Finstrle
3) Invalid Page Fault in PSQLODBC.DLL
personal mail from Johann Zuschlag
Hiroki Kataoka kataoka@interwiz.koganei.tokyo.jp
Diffstat (limited to 'src/interfaces/odbc/statement.h')
-rw-r--r-- | src/interfaces/odbc/statement.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/odbc/statement.h b/src/interfaces/odbc/statement.h index 69f8274615c..00b39962d6c 100644 --- a/src/interfaces/odbc/statement.h +++ b/src/interfaces/odbc/statement.h @@ -214,6 +214,9 @@ struct StatementClass_ * parameter * substitution */ + char pre_executing; /* This statement is prematurely executing */ + char inaccurate_result; /* Current status is PREMATURE + * but result is inaccurate */ }; #define SC_get_conn(a) (a->hdbc) |