1) Change all internal SQL function calls from
authorHiroshi Inoue <inoue@tpf.co.jp>
Sat, 18 Aug 2001 04:30:47 +0000 (04:30 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Sat, 18 Aug 2001 04:30:47 +0000 (04:30 +0000)
commit41c645146f79e777d47d4d1abc55df8931ebabf6
tree5e1410ef86c31ec1d0bc29014d3f3ab9928b11fe
parenta73a0e47cb206373dee55e45ccff04e797102e00
1) Change all internal SQL function calls from
   SQLxxxx() to PGAPI_xxxx().
2) Handle an escaped date/time format as a parameter.
3) Improve the tuple allocation a little.
4) The preparation of ODBC 3.0 a little.
5) Updatable cursors(may be deprecated before long).
21 files changed:
bind.c
columninfo.c
connection.c
connection.h
convert.c
dlg_specific.c
drvconn.c
environ.c
execute.c
info.c
options.c
parse.c
pgtypes.c
psqlodbc.def
psqlodbc.h
qresult.c
qresult.h
results.c
statement.c
statement.h
win32.mak