From 9d62cebbf01142e1531522f71d258f7e243b58d5 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Thu, 24 Aug 2006 15:21:42 +0000 Subject: [PATCH] additional of a document. 08.02.0007 --- configure.ac | 2 +- docs/release.html | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 536539f..45e02ac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(psqlodbc, 08.02.0003, [pgsql-odbc@postgresql.org]) +AC_INIT(psqlodbc, 08.02.0007, [pgsql-odbc@postgresql.org]) AC_PREREQ(2.52) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([bind.c]) diff --git a/docs/release.html b/docs/release.html index 6158e2d..9da282f 100644 --- a/docs/release.html +++ b/docs/release.html @@ -10,6 +10,20 @@

psqlODBC release notes


Development snapshots

+
  • Notes: psqlODBC 08.02.0007

  • +Changes:
    +1) Fix some SQLPrimaryKey, SQLForeignKey bugs.
    + Fill PK_NAME or FK_NAME columns.
    + Return right update_rule values.
    + Remove duplicates.
    +2) Handle SQL_ALL_SCHEMAS parameter in SQLTables.
    +3) Handle unaligned indicator/length buffers more properly.
    +4) Fix a bug in ProcedureColumns in case of set returning functions.
    +5) Fix a buffer overrun in handle_notice_message (Bart Samuel)
    +6) Fix a output parameters problem (Bart Samuel)
    +7) Hold the connection lock while a rollbackable statement running.
    +8) Add Extra Opts option to the DSN option setupdialog.
    +
  • Notes: psqlODBC 08.02.0006

  • Changes:
    1) Add an option to fake Microsoft SQL Server which would improve SERIAL type handling.
    -- 2.39.5