psqlODBC 07.02.0005 Released

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <pgsql-announce(at)postgresql(dot)org>, <pgsql-odbc(at)postgresql(dot)org>
Subject: psqlODBC 07.02.0005 Released
Date: 2002-11-29 16:23:03
Message-ID: 03AF4E498C591348A42FC93DEA9661B884F9@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-odbc

The latest version of the official PostgreSQL ODBC driver, psqlODBC
07.02.0005 is now available for download from
http://odbc.postgresql.org/psqlodbc.php?DocID=downloads in precompiled
formats for Windows, and a source tarball.

Please note: This will be the last 07.02 release. Starting with
07.03.0001, the ODBC 2.5 driver will be renamed to 'PostgreSQL Legacy',
and the new ODBC 3.0 driver will become 'PostgreSQL'. The unicode
version will become 'PostgreSQL Unicode (Beta)'.

For this reason, testing and bug reporting for the ODBC 3.0 and Unicode
drivers is encouraged.

Changes and updates in the new release include:

2002 Nov 12
Fix a crash bug thanks to Ryo Hattori.

2002 Nov 13
1) Fixed pretty many 'if (..);' lines(my fault sorry).
2) Add a few #include lines(config.h pthread,h) for *nix.
3) Supress automatic client_encoding setting in some cases.

2002 Nov 22
Use SQL_TYPE_DATE, SQL_TYPE_TIME and SQL_TYPE_TIMESTAMP instead of
SQL_DATE, SQL_TIME and SQL_TIMESTAMP in ODBC 3.X. Change
SQLGetTypeinfo to display ODBC3.x info.

2002 Nov 25
Change SQLRowCount to return SQL_SUCCESS not SQL_ERROR
if the statement executed fine.
Fix a bug reported by Glen Parker.

2002 Nov 26
Change CURSOR_TYPE or CONCURRENCY statement attribute to
be reset on cursor close per bug report from Glen Parker.

Regards, Dave.

Browse pgsql-announce by date

  From Date Subject
Next Message Jason E. Stewart 2002-11-30 17:47:09 Re: ANNOUNCE: DBD::Pg 1.20
Previous Message Justin Clift 2002-11-28 23:31:28 Re: [ANNOUNCE] PostgreSQL Global Development Group Announces Version 7.3

Browse pgsql-odbc by date

  From Date Subject
Next Message Benjamin Scherrey 2002-11-29 20:31:14 Re: BUG in Unicode Driver - was: Re: Can't get more than 255
Previous Message Hiroshi Inoue 2002-11-29 09:38:33 Re: out length err with SQL_TINYINT