[Sqlrelay-discussion] sqlrelay-0.37.1
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2006-08-05 06:57:35
|
Hello list, I just released sqlrelay-0.37.1. Get it from http://sqlrelay.sourceforge.net/download.html 0.38 is going to have some cool features, but it's just taking too long to get out and there are some updates that I think are critical to release, so I backed them into a 0.37.1 release. Here's the changelog: fixed missing self before __getRow and __getRowRange in python db driver added test for 0 length result set to PySQLRDB's fetchmany method removed erroneous reference to sqlrcon_errormessage in php pear db some oracle unicode clob fixes integrated Andreas Behr's listener crash patch interbase/firebird dead-db/relogin works now The most notable fix is for fetching clobs from oracle containing unicode. While better than 0.36, version 0.37 could potentially truncate or skip segments of the clob. Anyone using oracle unicode clobs should upgrade to 0.37.1, especially if you've noticed any funny behavior. I'll probably follow this release up soon with a 0.37.2 with a few more updates, most notably a large-integer update to the python api. So stay tuned. David Muse dav...@fi... |