Releases: Codeception/module-db
Releases · Codeception/module-db
3.2.1
What's Changed
- fix: allow uppercase table names by quoting the table name when fetching the primary key of a table in PostgreSQL by @jandrusku in #82
New Contributors
- @jandrusku made their first contribution in #82
Full Changelog: 3.2.0...3.2.1
3.2.0
What's Changed
- test: Run test against PHP 8.3 by @szhajdu in #71
- docs: Use short array syntax for consistency by @W0rma in #72
- feat: Configure nullable types explicitly by @W0rma in #73
- test: /opt/mssql-tools/bin/sqlcmd tool not found in given path by @szhajdu in #80
- test: Run test against PHP 8.4 by @W0rma in #77
- test: Avoid deprecated direct access to driver and dbh property by @W0rma in #81
- docs: Fix yaml format in PHPDoc and remove duplication by @ThomasLandauer in #78
- chore: Remove unnecessary files from Composer package by @s1lver in #83
New Contributors
- @ThomasLandauer made their first contribution in #78
- @s1lver made their first contribution in #83
Full Changelog: 3.1.4...3.2.0
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
- Implemented
grabEntryFromDatabase
andgrabEntriesFromDatabase
methods by @JesusTheHun in #43 - Improved handling of auto_increment field in
haveInDatabase
tear down by @JesusTheHun in #44 - Add docker elements to ease local testing by @JesusTheHun in #42
2.1.0
- Implemented
grabEntryFromDatabase
andgrabEntriesFromDatabase
methods by @JesusTheHun in #43 - Improved handling of auto_increment field in
haveInDatabase
tear down by @JesusTheHun in #44 - Add docker elements to ease local testing by @JesusTheHun in #42
3.0.1
- Add
skip_cleanup_if_failed
option for not cleaning up failed tests - Null safety in destructor #30 by @Archanium
2.0.2
- Add
skip_cleanup_if_failed
option for not cleaning up failed tests - Null safety in destructor #30 by @Archanium