1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

1) fix bugs reported by Andrea Aime.

2) fix a bug reported by Jan Wieck.
psqlodbc is 7.01.0005 now.
This commit is contained in:
Hiroshi Inoue
2001-05-01 00:47:06 +00:00
parent 48bdf021b6
commit 892d46e7d0
4 changed files with 26 additions and 10 deletions

View File

@ -5,7 +5,7 @@
*
* Comments: See "notice.txt" for copyright and license information.
*
* $Id: psqlodbc.h,v 1.41 2001/03/27 04:00:54 momjian Exp $
* $Id: psqlodbc.h,v 1.42 2001/05/01 00:47:06 inoue Exp $
*
*/
@ -42,7 +42,7 @@ typedef UInt4 Oid;
#define DRIVERNAME "PostgreSQL ODBC"
#define DBMS_NAME "PostgreSQL"
#define POSTGRESDRIVERVERSION "07.01.0004"
#define POSTGRESDRIVERVERSION "07.01.0005"
#ifdef WIN32
#define DRIVER_FILE_NAME "PSQLODBC.DLL"