Rudiments version 0.41 is now available.
This release adds support for Syllable OS and includes a few other minor bug fixes and improvements.
SQL Relay, Rudiments, and other firstworks technologies...
...release announcements, tutorials, and other news.
Rudiments version 0.41 is now available.
This release adds support for Syllable OS and includes a few other minor bug fixes and improvements.
SQL Relay version 0.50 is now available.
This release mainly fixes a few issues relevant to users of Microsoft SQL Server.
The following client C++ API methods, equivalent methods and functions in other API's and equivalent commands in sqlrsh now work properly with SQL Server via FreeTDS:
The FreeTDS code has been updated as well. FreeTDS (and the TDS protocol in general) doesn't support fetching multiple result sets simultaneously through the same connection. Any attempt to do so results in the error: "Attempt to initiate a new Adaptive Server operation with results pending." SQL Relay has always attempted to work around this by caching the entire result set on the client by default but there was a subtle bug that could cause the error to still occur under certain circumstances. That bug has been fixed and everything now works as expected. I added an entry to the FAQ about it as well.
Parameters have been added to sqlrelay.conf for reformatting dates in the result set as well. Many databases provide limited or no control over the formatting of dates and times in the result set. This is problematic when migrating from one database to another if the databases have different date/time formats and the application expects a particular format. To help remedy this the datetimeformat, dateformat, timeformat and dateddmm parameters have been added to allow dates in the result set to be reformatted by SQL Relay before they are sent to the client.
Various other bug fixes and updates have also been made: