TinyTDS v0.4.0 Release Notes

    • ๐Ÿ‘ 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.