Releases: go-testfixtures/testfixtures
Releases · go-testfixtures/testfixtures
v3.6.1
- Fix possible security vulnerability by upgrading golang.org/x/crypto (#100).
v3.6.0
- Add support for dumping a database using the CLI (use the
--dump
flag) (#88, #63).
- Support SkipResetSequences and ResetSequencesTo for MySQL and MariaDB (#91).
v3.5.0
- Fix insert of JSON values on PostgreSQL when using
binary_parameters=yes
in the connection string (#83, #84, lib/pq#528).
- Officially support binary columns through hexadecimal strings (#48, #82).
v3.4.1
- Fix for Microsoft SQL Server databases with views (#78).
v3.4.0
- Add support to CockroachDB (#77).
v3.3.0
- Add support for the github.com/jackc/pgx PostgreSQL driver (#71, #74).
- Fix bug where some tables were empty due to
ON DELETE CASCADE
(#67, #70).
- Fix SQLite version (#73).
- On MySQL, return a clearer error message when a table doesn't exist (#69).
v3.2.0
- Add support for loading multiple files and directories (#65).
v3.1.2
- Dump: Fix column order in generated YAML files (#62).
v3.1.1
- testfixtures now work with both
mssql
and sqlserver
drivers. Note that the mssql
one is deprecated, though. So try to migrate to sqlserver
once possible.
v3.1.0
- Using
sqlserver
driver instead of the deprecated mssql
(#58).