From 7b132ab2f30bb6a228285ecbac7a4ce6823be3ff Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 31 Jan 2006 13:39:30 +0000 Subject: [PATCH] Tweak release notes --- docs/release.html | 69 ++++++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/docs/release.html b/docs/release.html index 80a988c..4a0aa7d 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,39 +9,40 @@

psqlODBC release notes


-

The next release preparation psqlODBC 08.01.02xx

+

psqlODBC 08.01.0200 Release


-
  • Notes:psqlODBC 08.01.0108

  • -1) fix most warnings during build in x86_64 environment -2) fixed point of failure on x86_64 boxes -3) fixed autocommit = off behaviour with starting transactions when needed +
  • Notes: psqlODBC 08.01.0108

  • +1) fix most warnings during build in x86_64 environment
    +2) fixed point of failure on x86_64 boxes
    +3) fixed autocommit = off behaviour with starting transactions when needed
    4) quick hack againist access violation with Disallow premature - - the feature is still broken -5) report correct SQLSTATE in SQLGetDiagField and SQLGetDiagRec + the feature is still broken for multiple query query strings + (ie. "SELECT a FROM foo; SELECT b FROM bar")
    +5) report correct SQLSTATE in SQLGetDiagField and SQLGetDiagRec

    -
  • Notes:psqlODBC 08.01.0107

  • -1) fix next problem with calling implicit rollback in bad time +
  • Notes: psqlODBC 08.01.0107

  • +1) fix next problem with calling implicit rollback in bad time
    2) detecting transaction commands into if branch which mean backend - successfuly done the command. add support for "start transaction" -3) fix bug when mylog output can't be created -4) fix problem with SQLSetPos -5) fix problem with column length in CC_mapping -6) fix - typelen could be less then zero not only -1 -
    -
  • Notes:psqlODBC 08.01.0106

  • -1) fix problem with getting long text in unicode driver -2) fix sqlstate iin case of error in statement -3) doesn't call rollback in autocommit off or in manual transaction -4) remove obsolete parameter protocol -
    -
  • Notes:psqlODBC 08.01.0105

  • + successfuly done the command. add support for "start transaction"
    +3) fix bug when mylog output can't be created
    +4) fix problem with SQLSetPos
    +5) fix problem with column length in CC_mapping
    +6) fix - typelen could be less then zero not only -1
    +
    +
  • Notes: psqlODBC 08.01.0106

  • +1) fix problem with getting long text in unicode driver
    +2) fix sqlstate iin case of error in statement
    +3) doesn't call rollback in autocommit off or in manual transaction
    +4) remove obsolete parameter protocol
    +
    +
  • Notes: psqlODBC 08.01.0105

  • Changes:
    -1) fix problem with rollback aborted queries -2) SQLColumns or SQLColAttribute may return bad answer when Show system tables is turned off -3) adds support for ; delimited options in ConfigDSN -4) fixes problem with binding parameters and SQLCancel without SQLFreeStmt +1) fix problem with rollback aborted queries
    +2) SQLColumns or SQLColAttribute may return bad answer when Show system tables is turned off
    +3) adds support for ; delimited options in ConfigDSN
    +4) fixes problem with binding parameters and SQLCancel without SQLFreeStmt

    -
  • Notes:psqlODBC 08.01.0104

  • +
  • Notes: psqlODBC 08.01.0104

  • Changes:
    1) add commit after set basic options in SQLDriverConnect when autocommit is turned off
    2) driver doesn't fail when there isn't bind enough parameters
    @@ -51,7 +52,7 @@ Changes:
    5) grow MAXKEYLEN for SQLConfigDataSource
    6) repair behaviour of more queries in one statement

    -
  • Notes:psqlODBC 08.01.0103

  • +
  • Notes: psqlODBC 08.01.0103

  • Changes:
    1) RowCount problem in SELECT - but Dave announce it doesn't work in VB6
    2) Server side prepare - but only first run in allocated statement
    @@ -60,7 +61,7 @@ Changes:
    4) Binding parameters are now freed in SQLCancel
    5) Skip fetching data for commands

    -
  • Notes:psqlODBC 08.01.0102

  • +
  • Notes: psqlODBC 08.01.0102

  • Changes:
    1) Server side prepare now works correctly.
    2) A bug in SQLTables that shows up in Borland SQL Explorer in
    @@ -83,7 +84,7 @@ So, starting with the next stable release, we will have:
    08.01.0300 - Stable
    Of course, we won't necessarily have 99 snaphosts between stable releases!

    -
  • Notes:psqlODBC 08.01.0101

  • +
  • Notes: psqlODBC 08.01.0101

  • Changes:
    This release fixes a serious problem in non-declare/fetch mode where
    recordsets over the configured declare/fetch cache size were returned
    @@ -114,7 +115,7 @@ I'd like to take this opportunity to thank all those involved with the
    development, testing and bug fixing of the updated driver.
    PostgreSQL Core Team

    -
  • Notes:psqlODBC 08.00.0102

  • +
  • Notes: psqlODBC 08.00.0102

  • This is a bug fix release
    of the pre-libpq version of the driver, specifically to fix a bug
    affecting Unix users
    @@ -126,18 +127,18 @@ and msi installer for Windows.

    Regards, Dave.

    -
  • Notes:psqlODBC 08.00.0005

  • +
  • Notes: psqlODBC 08.00.0005

  • This version
    contains a some recent fixes, and is packaged in a new installer built
    entirely using open source tools (specifically, the Wix toolkit).

    -
  • Notes:psqlODBC 08.00.0002

  • +
  • Notes: psqlODBC 08.00.0002

  • This version of the driver is a minor update
    with a fix to the string sizing code in SQLGetInfo, and removal of the
    need for tables to be in the search path or public schema for them to be
    returned by SQLTables.

    -
  • Notes:psqlODBC 08.00.0001

  • +
  • Notes: psqlODBC 08.00.0001

  • The purpose of this version is to try to get something stable, with
    proper schema/without OID support ready for the 8.0 release
    (particularly the win32 release). To that end, this release is mainly a
    -- 2.39.5