Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] [ANN] MySQL driver goes 1.0 !

From: dockimbel::free::fr at: 12-Jun-2006 23:43

Hi all, Finally here comes the stable release of our widely used driver for MySQL. The main feature of this new version, is support for v4 and v5 servers, using the new password encryption method and new datatypes. ChangeLog: v.1.0.6 - 10/06/2006 - Added support for new types: var-char, bit, new-decimal. - New property: flat? to allow 1-block resulting recordsets. - 's added in local context for packet reading rules. - Query returning empty set now returns a fresh block!. - Reliability improved : random 1043/1045 error now silently handled. - Bugfix: cache reading buffer size was out of sync with main buffer. - Bugfix: 'byte word added to local context - Bugfix: port init now correctly handles '?' marker. - Bugfix: added a missing 'any call in 'read-packet function. - Upgrade of password authentication to support server v4.1.1+. - Minor additions to support new protocol flags. - Bug fix : correct the buffer/cache size synchronization. - Patch to 'insert to support molded blocks as args. - Sent SQL string can be now be seen in trace mode. - Documentation updated. More info here and download here: http://softinnov.org/rebol/mysql.shtml Thanks to the following (not complete) list of people that contributed to this new version: Ammon Johnson Coccinelle Petr Krenzelok Hallvard Ystad Will Arp Henrik Mikael Kristensen See you in 4 years, for v1.1 ;-) (just kidding!) -- DocKimbel