Re: [Sqlrelay-discussion] sqlrelay-0.37 is out
Brought to you by:
mused
|
From: Arnaud C. <arn...@co...> - 2006-02-17 14:38:50
|
David, I don't know which one of thoses enhancements get that result, but I use now half the mysql db connexions with 0.37 than the ones I was using with 0.37pre3. Client connexions are handled much much faster now... wahooo... Congratulations... and thanks for the great work you do ;) Arnaud Connois David Muse wrote: >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... > > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >_______________________________________________ >Sqlrelay-discussion mailing list >Sql...@li... >https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > > |