1
0
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:
Hiroshi Inoue
2001-04-23 01:00:49 +00:00
parent 0e29d760f4
commit cc6bdb3e48
7 changed files with 184 additions and 50 deletions

View File

@ -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)