postgresql/src/interfaces
Hiroshi Inoue 3c16d095b5 The version is now 7.01.0010.
1) Handle parameter array.
2) Allow re-use of the connection handle after SQLDisconnect.
3) Reject NULL if no indicator specified.
4) Improve the handling of '_' in table name.
5) Unify internal begin/commit/abort operations.
6) Change SQLTables() to return null not "" for the
   table_owner.
7) Fix a bug about parameter handling reported by Benoit Menendez.
8) Add cast in handling ODBC date/time escape sequences.
9) Fix a bug about cache_size handing in declare/fetch mode.

[ODBC3.0 related]
10) Improve the handling of descriptor handles(ODBC3.0).
11) Improve the type handling of some types for ODBC3.0.

[Thanks to Marcelo Aceto for his useful patches]
12) Allow nested ODBC escape.
13) Allow changing autocommit on/off inside the transaction
    block.
14) Improve the handling of ODBC scalar functions.
2002-02-18 03:16:11 +00:00
..
cli
ecpg Remove warning about automatic inclusion of sqlca. 2002-02-15 17:46:57 +00:00
jdbc Fixes to getImportedKeys/getExportedKeys from Jason Davies 2002-01-18 17:21:51 +00:00
libpgeasy More comment for libpgeasy. 2001-12-14 02:15:04 +00:00
libpgtcl Pg_lo_open must OR together multiple modes, not AND them. Per report 2001-12-03 14:49:46 +00:00
libpq Czech translation updates from Karel Zak 2001-12-21 22:30:49 +00:00
libpq++ Update Win32-world version number of libpq++. 2002-01-30 21:59:33 +00:00
odbc The version is now 7.01.0010. 2002-02-18 03:16:11 +00:00
perl5
python revert last change 2001-12-13 18:39:04 +00:00
Makefile