Changelog
- 33ced97 Allow the GHA workflow to create a release
- 93f1cff Document passing trino.Numeric to queries
- 7410412 Return scan types in rows.ColumnTypes()
- cc992c5 Use GoReleaser to create GitHub releases with a changelog
- 4727210 Support passing slices as query args
- a1dea99 When the data object of the Rows object is nil, the custom scanner object is not initialized.
- dab0503 Document how to read various data types
- 9155c49 Support row types
- b978ada Setup integration tests when running go test
- a484359 Test for specific errors
- 220836f Updated dependencies
- a4d1a6d Support SET/RESET SESSION and PREPARE
- d4b8686 Format sources with goimports
- 155648b Replace removed session property in tests
- 55045b2 Update dependencies
- 5e833a6 Test using multiple Go versions
- 6ebecd5 Make the driver struct public
- 2e18f55 send all headers within payload if they are correctly prefixed
- f2c444c unit tests cleanup: use testify library for assertions, use cleanup function, improve styling