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:
@ -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"
|
||||
|
Reference in New Issue
Block a user