Releases: thda/tds
Releases · thda/tds
v0.1.7 - bugfix
v0.1.6 - Bugfix
- Fixes faulty error handling when looping over the responses.
- Add a way to specify a custom char encoder (#7) as some go character sets have a undesired behavior.
v0.1.5 - Visibility fixes
Do not export internal symbols and tokens => API breakage.
Remove tablewriter dependency.
v0.1.4 - password encryption support clarification
Alas password encryption does not work for SAP ASE < 15.5 or SAP RS < 15.7.
This release handles more gracefully 15.0.X server which failed without the encryptPassword=No parameter.
v0.1.3 - API improvements
This release attempts to make the library more fail proof.
- avoid returning nil pointers to the caller in all visible API
- create empty structs linked with invalid session to use as return values on error
- do not mark the connection invalid when receiving tds error messages.
Only protocol/packet/struct parsing errors will mark the session as invalid - fix connection leaks in tests
v0.1.2
golang modules compatible release
v0.1.1 times are now deserialized as time.Local