All Versions
40
Latest Version
Avg Release Cycle
55 days
Latest Release
-

Changelog History
Page 4

  • v0.4.1 Changes

    • Undefine MSDBLIB in case others have explicitly compiled FreeTDS with "MS db-lib source compatibility: yes".
  • v0.4.0 Changes

    • ๐Ÿ‘ Allow SYBEICONVI errors to pass thru so that bad data is converted to ? marks.
    • ๐Ÿ— Build native deps using MiniPortile [Luis Lavena]
    • ๐Ÿ‘ Allow Result#fields to be called before iterating over the results.
    • Two new client helper methods, #sqlsent? and #canceled?. Possible to use these to determine current state of the client and the need to use Result#cancel to stop processing active results. It is also safe to call Result#cancel over and over again.
    • Look for the syb headers only.
    • ๐Ÿ›  Fix minitest global matchers warnings.
    • ๐Ÿ›  Fix test warnings.
  • v0.3.2 Changes

    • โœ… Small changes while testing JRuby. Using options hash for connect vs many args.
  • v0.3.1 Changes

    • ๐Ÿ›  Fix bad gem build.
  • v0.3.0 Changes

    • Access stored procedure return codes.
    • ๐Ÿ‘‰ Make sure dead or not enabled connections are handled.
    • ๐Ÿ›  Fix bad client after timeout & read from server errors.
  • v0.2.3 Changes

    • ๐Ÿ’Ž Do not use development ruby/version, but simple memoize an eval check on init to find out, for 1.8.6 reflection.
  • v0.2.2 Changes

  • v0.2.1 Changes

    • โœ… Compatibility with 32-bit systems. Better cross language testing. [Klaus Gundermann]
  • v0.2.0 Changes

    • Convert GUID's in a more compatible way. [Klaus Gundermann]
    • ๐Ÿ– Handle multiple result sets in command buffer or stored procs. [Ken Collins]
    • ๐Ÿ›  Fixed some compiler warnings. [Erik Bryn]
    • Avoid segfault related to smalldatetime conversion. [Erik Bryn]
    • Properly encode column names in 1.9. [Erik Bryn]
  • v0.1.0