The version is now 8.2.0501.
authorHiroshi Inoue <inoue@tpf.co.jp>
Sat, 27 Oct 2007 01:14:00 +0000 (01:14 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Sat, 27 Oct 2007 01:14:00 +0000 (01:14 +0000)
commitfc4df26bb85ab91e6d3a47dbd002f96290ac258c
tree139157356e99ad6fb305e6c71caf07a04a6f6ff6
parentbe8dd244ed3fab63dd34a22ef58cc02fa417df0f
The version is now 8.2.0501.
1. Correct the COLUMN_LENGTH return value of SQLColumns() for varchar/bpchar
   type columns (Unicode driver).
2. Change to not return database name if case of MS Query.
3. The first cut to use Windows SSPI. The trial to use Schannel service
   for SSL support.
4. Be more careful about <for locking clause> in UseDeclareFetch mode.
   Add missing? "for read only" clause for read only queries for 8.3
   or later servers for safety.
19 files changed:
connection.c
connection.h
convert.c
dlg_wingui.c
environ.c
info.c
loadlib.c
loadlib.h
pgtypes.c
psqlodbc.c
qresult.c
socket.c
socket.h
sspisvcs.c [new file with mode: 0644]
sspisvcs.h [new file with mode: 0755]
statement.c
version.h
win32.mak
win64.mak