psqlODBC 09.00.0310 Released

From: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
To: pgsql-odbc(at)postgresql(dot)org, pgsql-announce <pgsql-announce(at)postgresql(dot)org>
Subject: psqlODBC 09.00.0310 Released
Date: 2011-07-08 15:38:21
Message-ID: 4E17246D.9090703@winpg.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-odbc

We are pleased to announce the release of psqlODBC 09.00.0310.

Changes and updates in the new release include:

1.) Let SC_forget_unnamed() clear the result in case the statement is
not executed yet. It would fix the bug reported by Silvio Brandani.
2.) Fix the bug that strings are copied to a null pointer.
3.) Don't clear the parsed plan in SC_recycle_statement().
4.) Now SQLDescribeCol() can detect the changes of column type or size.
5.) Handle *with or without oids* correctly.
6.) Take the environment variable into account.
7.) Use SOCK_get_next_n_bytes() instead of SOCK_get_next_byte().
8.) Add some driver specific options for SQLSetConnectAttr().
9.) Fix compilation errors in case ODBC 2.5.
10.) Fix compilation error on different ODBCVER.
11.) Correct the behavior of SQLSetConnectAttr() for the driver specific
options.

psqlODBC may be downloaded from
http://www.postgresql.org/ftp/odbc/versions/ in source, Windows
Installer, merge module, and basic zip file formats.

Please post any bug reports to the pgsql-odbc(at)postgresql(dot)org mailing list.

I'd like to take this opportunity to thank all those involved with the
development, testing and bug fixing of the updated driver.

--
psqlODBC team.

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Nirgal Vourgère 2011-07-12 09:26:27 Re: psqlODBC 09.00.0310 and oids
Previous Message Pavel Golub 2011-07-08 07:12:36 PostgresDAC v2.6.4 is available

Browse pgsql-odbc by date

  From Date Subject
Next Message Brian Panulla 2011-07-08 21:01:50 Compiling 09.00.0300 on OS X Snow Leopard
Previous Message BGoebel 2011-07-05 19:19:53 Re: RowCount && UseDeclareFetch Performance