1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-24 18:38:28 +00:00

go-sqlite3 gomod version (#12490)

This commit is contained in:
techknowlogick
2020-08-13 21:54:46 -04:00
committed by GitHub
parent b37c7dd384
commit 8a0049bb03
32 changed files with 13260 additions and 7349 deletions

View File

@@ -1,5 +1,22 @@
# Changelog
## v3.4.0 - 2020-08-09
- Add support to CockroachDB
([#77](https://github.com/go-testfixtures/testfixtures/pull/77)).
## v3.3.0 - 2020-06-27
- Add support for the [github.com/jackc/pgx](https://github.com/jackc/pgx)
PostgreSQL driver
([#71](https://github.com/go-testfixtures/testfixtures/issues/71), [#74](https://github.com/go-testfixtures/testfixtures/pull/74)).
- Fix bug where some tables were empty due to `ON DELETE CASCADE`
([#67](https://github.com/go-testfixtures/testfixtures/issues/67), [#70](https://github.com/go-testfixtures/testfixtures/pull/70)).
- Fix SQLite version
([#73](https://github.com/go-testfixtures/testfixtures/pull/73)).
- On MySQL, return a clearer error message when a table doesn't exist
([#69](https://github.com/go-testfixtures/testfixtures/pull/69)).
## v3.2.0 - 2020-05-10
- Add support for loading multiple files and directories