]> granicus.if.org Git - postgresql/commit
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)
commit0c439e5ef6efbb13313718493d00be7a3f66acd3
tree4b32836d3cf29f7884cc207a4a1baad46c10a527
parent58d4f951ea193db219e9da66e07c73b8aa3f06db
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:
src/interfaces/odbc/bind.c
src/interfaces/odbc/columninfo.c
src/interfaces/odbc/connection.c
src/interfaces/odbc/connection.h
src/interfaces/odbc/convert.c
src/interfaces/odbc/dlg_specific.c
src/interfaces/odbc/drvconn.c
src/interfaces/odbc/environ.c
src/interfaces/odbc/execute.c
src/interfaces/odbc/info.c
src/interfaces/odbc/options.c
src/interfaces/odbc/parse.c
src/interfaces/odbc/pgtypes.c
src/interfaces/odbc/psqlodbc.def
src/interfaces/odbc/psqlodbc.h
src/interfaces/odbc/qresult.c
src/interfaces/odbc/qresult.h
src/interfaces/odbc/results.c
src/interfaces/odbc/statement.c
src/interfaces/odbc/statement.h
src/interfaces/odbc/win32.mak