mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
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
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user