[Sqlrelay-discussion] 0.37pre4
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2005-12-19 05:40:37
|
Hello SQL Relay list, As I type this, I'm uploading sqlrelay-0.37pre4.tar.gz to http://www.firstworks.com/sqlrelay-0.37pre4.tar.gz I've fixed some bugs since the last pre-release. Most notably, the problem where freetds connections would spew errors about not being able to start a new transaction while results are pending should be resolved. The issue was that freetds doesn't currently support more than 1 cursor per-connection and any attempt to use more than 1 caused that error. I had kind-of half-fixed it in the last pre-release, but the current fix is more reliable and cleaner. Now, SQL Relay only uses one cursor when using freetds. Even so, since the SQL Relay client caches result sets, you can still do nested queries unless you first call setResultSetBufferSize() with a non-zero value. Give it a run, report any bugs. There are still a few more bits that need to be taken care of before the 0.37 release, but it doesn't look like it'll be too much work to get them taken care of. Take care, David Muse dav...@fi... PS. I know messages on the list have been piling up of late. I've just been a little busy. I'll try to get to the ones I haven't answered over the next few days. |