1) Correct the handling of SQL_C_ULONG (for *nix).
authorHiroshi Inoue <inoue@tpf.co.jp>
Tue, 6 Jan 2004 09:58:22 +0000 (09:58 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Tue, 6 Jan 2004 09:58:22 +0000 (09:58 +0000)
commit01d10c233df6a83597f89e66b5481636bdcf8f3c
tree00c88bdedfbc5d476387cb8a63059d028cc4e9e3
parentbd80a030e7f8b8a532a89e8ee418dc3834d9ee5b
1) Correct the handling of SQL_C_ULONG (for *nix).
2) Prevent plan deallocation errors when the transaction
   is in abort status.
3) Avoid a connection failure when notice message arrives.
4) Improve the handling of mutex(critical section).
5) Correct the cursor open check.
6) Change the Unicode driver to set the NULL terminator
   of SQL_C_WCHAR type data properly.
7) Add some m(re)alloc error check.
8) Add proper cleanup steps for some functions.
9) Return proper min & max scale for timestamp data type.
10) Return proper scale for timestamp data fields.
11) Fix the bug that .009 numeric generates .9 output. (George A.J)
20 files changed:
configure.ac
connection.c
connection.h
convert.c
dlg_specific.c
execute.c
info.c
odbcapi.c
odbcapi30w.c
options.c
pgtypes.c
pgtypes.h
qresult.c
qresult.h
results.c
socket.c
statement.c
statement.h
version.h
win_unicode.c