diff options
Diffstat (limited to 'vendor/github.com/go-testfixtures/testfixtures/v3/CHANGELOG.md')
-rw-r--r-- | vendor/github.com/go-testfixtures/testfixtures/v3/CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/go-testfixtures/testfixtures/v3/CHANGELOG.md b/vendor/github.com/go-testfixtures/testfixtures/v3/CHANGELOG.md index 1f2f38cef5..1827f18581 100644 --- a/vendor/github.com/go-testfixtures/testfixtures/v3/CHANGELOG.md +++ b/vendor/github.com/go-testfixtures/testfixtures/v3/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v3.5.0 - 2021-01-11 + +- Fix insert of JSON values on PostgreSQL when using `binary_parameters=yes` in + the connection string + ([#83](https://github.com/go-testfixtures/testfixtures/issues/83), [#84](https://github.com/go-testfixtures/testfixtures/pull/84), [lib/pq#528](https://github.com/lib/pq/issues/528)). +- Officially support binary columns through hexadecimal strings + ([#48](https://github.com/go-testfixtures/testfixtures/issues/48), [#82](https://github.com/go-testfixtures/testfixtures/pull/82)). + ## v3.4.1 - 2020-10-19 - Fix for Microsoft SQL Server databases with views |