1) Removed most static variables for thread safety.
authorHiroshi Inoue <inoue@tpf.co.jp>
Mon, 23 Sep 2002 08:08:22 +0000 (08:08 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Mon, 23 Sep 2002 08:08:22 +0000 (08:08 +0000)
commit58ba2e8f758b00e9d89afb670cecdc4c7d02508f
tree6c130fdafc389a6d8716a59868d7bf3d45a6ff1f
parent78370d3071c71d1bd48e3f07fcdacf7049d2b544
1) Removed most static variables for thread safety.
2) Trial implementation of the thread safe driver under
   Windows.
3)  Fix a bug about DSN options setting.
4)  Fix a bug about Driver options setting.
5) Implement SQLProcedureColumns().
6) Changed default numeric precision/scale.
7) Fix some memory leaks in Unicode driver.
8) datetime -> timestamp with time zone since 7.0.
9) Change manually started(using begin) transactions never
   be implicitly committed.
32 files changed:
bind.c
connection.c
connection.h
convert.c
descriptor.h
dlg_specific.h
dlg_wingui.c
drvconn.c
environ.c
environ.h
execute.c
info.c
info30.c
misc.c
misc.h
multibyte.c
odbcapi.c
odbcapi30.c
odbcapi30w.c
odbcapiw.c
options.c
parse.c
pgapi30.c
pgtypes.c
psqlodbc.c
psqlodbc.h
qresult.c
qresult.h
results.c
statement.c
statement.h
version.h