Releases: MonetDB/MonetDB-Go
Releases · MonetDB/MonetDB-Go
v2.0.2
What's Changed
- rename file, to fix problem with detecting license on documentation site by @arjenderijke in #17
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
Implement the Context methods and the ColumnType interfaces
What's Changed
- Implement Columntype interfaces by @arjenderijke in #14
- Implement Context and ColumnType interface by @arjenderijke in #15
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
- Update workflow steps by @arjenderijke in #8
- Enable static checks by @arjenderijke in #10
- Add code coverage by @arjenderijke in #11
- Add integration tests by @arjenderijke in #12
- Add one comment by @arjenderijke in #13
New Contributors
- @arjenderijke made their first contribution in #8
Full Changelog: v1.0.2...v1.1.0
v1.0.2
Fixes a bug where if you had more than 1 "@" in your connection string, it would result in an invalid DSN.
v1.0.1: add fix for null values in query
Fixes a bug regarding NULL values in column.
v1.0.0
fix