1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Improve declare/fetch mode a little.

Add a new DSN option for PREPARE hadling.

Hiroshi Inoue
This commit is contained in:
Hiroshi Inoue
2001-09-08 16:20:16 +00:00
parent fc5ec424ab
commit ec6c4d8c82
12 changed files with 72 additions and 35 deletions

View File

@ -5,7 +5,7 @@
*
* Comments: See "notice.txt" for copyright and license information.
*
* $Id: psqlodbc.h,v 1.47 2001/09/07 06:02:22 inoue Exp $
* $Id: psqlodbc.h,v 1.48 2001/09/08 16:20:16 inoue Exp $
*
*/
@ -42,7 +42,7 @@ typedef UInt4 Oid;
#define DRIVERNAME "PostgreSQL ODBC"
#define DBMS_NAME "PostgreSQL"
#define POSTGRESDRIVERVERSION "07.01.0006"
#define POSTGRESDRIVERVERSION "07.01.0007"
#ifdef WIN32
#define DRIVER_FILE_NAME "PSQLODBC.DLL"