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

driver v06-40-0007

This commit is contained in:
Byron Nikolaidis
1999-09-03 05:29:00 +00:00
parent 19f947e800
commit 283df996c6
2 changed files with 117 additions and 37 deletions

View File

@ -39,8 +39,8 @@ typedef UInt4 Oid;
#define DRIVERNAME "PostgreSQL ODBC"
#define DBMS_NAME "PostgreSQL"
#define DBMS_VERSION "06.40.0006 PostgreSQL 6.4"
#define POSTGRESDRIVERVERSION "06.40.0006"
#define DBMS_VERSION "06.40.0007 PostgreSQL 6.4"
#define POSTGRESDRIVERVERSION "06.40.0007"
#ifdef WIN32
#define DRIVER_FILE_NAME "PSQLODBC.DLL"