[Sqlrelay-discussion] sqlrelay-0.37 is out
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2006-02-01 05:59:36
|
Hello All, SQL Relay version 0.37 is out! Check it out at http://sqlrelay.sourceforge.net Notable features of this release: 64/32bit host/clients can talk to each other now single-quotes and backslashes are escaped by db connections that use fake binds now removed lago support fixed lots of tcl bugs fixed lots of php and php pear db bugs supports postgresql 8 native binds binary data gets returned properly now max query/string/lob/clob sizes are configurable for now added a configurable idle client timeout initscript prefix is configurable now added "loadbalanced" connection parameter fixed a bug where bind cursors weren't getting cleaned up oracle 8's fetch-at-once, max select list size and max item buffer size are configurable now DB2 connections detect a downed database now and recover fixed a bug where DB2 update/delete with no affected rows was returning an error added nls_lang connect string option for oracle fixed utf8/clob related crash there are now string, integer, float, clob and blob output binds, and you can now use them with sybase without having to cast output bind values to strings and probably lots of other stuff... >From a development perspective, some of the C, C++ and Java api's use different datatypes than 0.36.4. So, some of your code that compiled before may require some modifications. The modifications stemmed from changes to support x86_64 platforms. I don't imagine they'll change again before 1.0. Give it a try, report any bugs you find. Woohoo! David Muse dav...@fi... |