The version is now 8.2.0205.
authorHiroshi Inoue <inoue@tpf.co.jp>
Tue, 3 Apr 2007 14:49:02 +0000 (14:49 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Tue, 3 Apr 2007 14:49:02 +0000 (14:49 +0000)
commit6b6e72aea95e479e4fd317e54d318ed9363084b0
tree51e96fefa0850014ca4acd701c10ee538b08cf1a
parent7d28509783703bff5e99a65cc27845d1f95769b9
The version is now 8.2.0205.
. Append DETAIL messages to GetDiag...() messages.
. Use SQL_SUCCEEDED macros so as to simplify the code.
. Use lastval() function to replace IDENTITY on 8.1 or later servers.
. Remove WSAStartup() and WSACleanup() from DllMain.
. Load libpq from the driver's folder.
. Use QR_get_value_backend_int/_text() funcs instead of
  QR_get_value_backend_row().
. Improve the implemetation of SQLSetPos(.., SQL_ADD/SQL_UPDATE)
  using the 8.2 new feature INSERT/UPDATE .. returning .
. Seaparate DTC code as a Delayload DLL.
27 files changed:
bind.c
connection.c
connection.h
convert.c
environ.c
environ.h
execute.c
info.c
loadlib.c
loadlib.h
msdtc_enlist.cpp
multibyte.c
odbcapi.c
odbcapi30w.c
odbcapiw.c
pgapi30.c
pgenlist.def [new file with mode: 0644]
pgenlist.h [new file with mode: 0644]
psqlodbc.c
psqlodbc.def
psqlodbc.h
psqlodbca.def
results.c
statement.c
version.h
win32.mak
xalibname.c [new file with mode: 0644]