psqlODBC 07.02.0005 Released

Posted on 2003-01-02

The latest version of the official PostgreSQL ODBC driver, psqlODBC 07.02.0005 is now available for download from http://gborg.postgresql.org/project/psqlodbc/genpage.php?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.

This post has been migrated from a previous version of the PostgreSQL website. We apologise for any formatting issues caused by the migration.