Re: [Sqlrelay-discussion] sqlrelay-0.37 is out
Brought to you by:
mused
|
From: Rodney H. <rh...@et...> - 2006-02-01 16:07:29
|
Thanks David, got the error below when trying to compile 0.37 on Suse 9.2 thanks rodney In file included from debugfile.C:4: debugfile.h:22: error: type specifier omitted for parameter `uint32_t' debugfile.h:22: error: syntax error before `)' token debugfile.h:25: error: type specifier omitted for parameter `uint32_t' debugfile.h:25: error: syntax error before `)' token debugfile.h:26: error: type specifier omitted for parameter `uint32_t' debugfile.h:26: error: syntax error before `)' token debugfile.C: In member function `void debugfile::debugPrint(const char*, int, int)': debugfile.C:79: error: call of overloaded `write(char*&, int32_t&, int32_t&)' is ambiguous 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 |