TinyTDS v0.6.0 Release Notes

    • ๐Ÿ›  Use dbsetversion() vs. dbsetlversion. Fixes #62.
    • โœ‚ Remove Ruby 1.8 support.
    • Implement misc rb_thread_blocking_region support. Fixes #121. Thanks @lepfhty.
    • ๐Ÿš€ Test FreeTDS v0.91.89 patch release.
    • ๐Ÿ›  Fix lost connection handling. Fixes #124. Thanks @krzcho.
    • โœ‚ Remove unused variable. Fixes #103. Thanks @jeremyevans.
    • โœ‚ Remove need to specify username for Windows Authentication.
    • ๐Ÿ›  Use proper SQL for returning IDENTITY with Sybase. Fixes #95.
    • ๐Ÿ Compile windows with --enable-sspi.
    • ๐Ÿ‘ Allow MiniPortile to build any FreeTDS version we need. Fixes #76.
    • ๐Ÿ›  Always convert password option to string. Fixes #92.
    • ๐Ÿšš Move test system to real MiniTest::Spec. All tests pass on Azure too.
    • ๐Ÿ›  Raise and handle encoding errors on DB writes. Fixes #89.