Releases: Codeception/module-db
Releases · Codeception/module-db
2.0.2
- Add
skip_cleanup_if_failed
option for not cleaning up failed tests - Null safety in destructor #30 by @Archanium
1.2.0
- Add
skip_cleanup_if_failed
option for not cleaning up failed tests - Null safety in destructor #30 by @Archanium
3.0.0
- Codeception 5 support
2.0.1
- Fix Sqlite primary key column detection on PHP 8.1
1.1.1
- Fix Sqlite primary key column detection on PHP 8.1
2.0.0
What's Changed
- PHP 7.4 or higher is required.
- Updated code base to PHP 7.4 by @TavoNiievez in #26
- Replace
Codeception\Util\Stub
withCodeception\Stub
in tests by @Naktibalda in #13 - The changelog has been added to the Readme file, by @Arhell in #24
Full Changelog: 1.1.0...2.0.0
1.1.0: Merge pull request #12 from iter8-au/master
Add support for IS NOT NULL in database assertions #12
PHP8
- Support PHP 8 (no code changes)
- Require stable version of codeception/codeception
Mysql: use single quotes for string value in getPrimaryKey
Fixes some compatibility issue with MariaDB Codeception/Codeception#5778
Initial release
1.0.0 Generated documentation.md