mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03:00
Make all ODBCVER = 2.50
This commit is contained in:
parent
b9110b97d9
commit
f01f08b8b5
@ -24,9 +24,7 @@ typedef signed short RETCODE;
|
|||||||
# define SQL_API EXPORT CALLBACK
|
# define SQL_API EXPORT CALLBACK
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#ifndef ODBCVER
|
# define ODBCVER 0x0250
|
||||||
# define ODBCVER 0x0200
|
|
||||||
#endif
|
|
||||||
|
|
||||||
# define SQL_MAX_MESSAGE_LENGTH 512
|
# define SQL_MAX_MESSAGE_LENGTH 512
|
||||||
# define SQL_MAX_DSN_LENGTH 32
|
# define SQL_MAX_DSN_LENGTH 32
|
||||||
|
@ -34,9 +34,7 @@ typedef double SDOUBLE;
|
|||||||
typedef UInt4 Oid;
|
typedef UInt4 Oid;
|
||||||
|
|
||||||
/* Driver stuff */
|
/* Driver stuff */
|
||||||
#ifndef ODBCVER
|
|
||||||
#define ODBCVER 0x0250
|
#define ODBCVER 0x0250
|
||||||
#endif
|
|
||||||
#define DRIVER_ODBC_VER "02.50"
|
#define DRIVER_ODBC_VER "02.50"
|
||||||
|
|
||||||
#define DRIVERNAME "PostgreSQL ODBC"
|
#define DRIVERNAME "PostgreSQL ODBC"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user