Testfixtures Versions Save

Ruby on Rails like test fixtures for Go. Write tests against a real database

v3.10.0

2 months ago
  • Fix usage with Microsoft SQL Server when the database is configured with a case sensitive setting (#182 by @wxiaoguang).
  • Updated some dependencies (by @andreynering).
  • Updated database systems versions on the Docker setup used by CI (#187 by @andreynering).

v3.9.0

1 year ago
  • Added support do ClickHouse (#51, #162 by @titusjaka, #115 by @shumorkiniv, #81 by @kangoo13).
  • Add option to disable database cleanup (#161).
  • Start releasing binaries for Mac M1 (#149, #150).
  • Upgraded to Go v1.20 (#165).
  • Upgraded several dependencies.

v3.8.1

1 year ago
  • Upgrade golang.org/x/crypto dependency that includes a security fix (#136).

v3.8.0

1 year ago

v3.7.0

1 year ago
  • Add support for declaring multiples tables in the same YAML file (#98, #130).
  • Upgrade dependencies

v3.6.2

1 year ago
  • Upgrade dependencies

v3.6.1

2 years ago
  • Fix possible security vulnerability by upgrading golang.org/x/crypto (#100).

v3.6.0

3 years ago
  • 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

3 years ago
  • 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

3 years ago
  • Fix for Microsoft SQL Server databases with views (#78).