Skip to content

Releases: Codeception/module-db

3.1.4

16 May 20:15
06be16d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.3...3.1.4

3.1.3

04 Mar 19:29
0d636cb
Compare
Choose a tag to compare

What's Changed

  • [bugfix] #49 Fix last insert id return type in case of dblib (3.x) by @szhajdu in #56

New Contributors

Full Changelog: 3.1.2...3.1.3

3.1.2

12 Jan 08:19
Compare
Choose a tag to compare

What's Changed

  • Fix Db::executeQuery() for null parameter by @W0rma in #63

New Contributors

  • @W0rma made their first contribution in #63

Full Changelog: 3.1.1...3.1.2

3.1.1

01 Dec 11:34
1858892
Compare
Choose a tag to compare
  • Fix dump loading (adds advice to increase pcre.backtrack_limit) by @rizort in #46
  • [bugfix] #47 Malformed UTF-8 characters, possibly incorrectly encoded by @cybd in #48

3.1.0

03 Dec 10:23
Compare
Choose a tag to compare
  • Implemented grabEntryFromDatabase and grabEntriesFromDatabase 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

03 Dec 10:22
Compare
Choose a tag to compare
  • Implemented grabEntryFromDatabase and grabEntriesFromDatabase 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

05 Mar 19:29
4ec1208
Compare
Choose a tag to compare
  • Add skip_cleanup_if_failed option for not cleaning up failed tests
  • Null safety in destructor #30 by @Archanium

2.0.2

05 Mar 19:36
Compare
Choose a tag to compare
  • Add skip_cleanup_if_failed option for not cleaning up failed tests
  • Null safety in destructor #30 by @Archanium

1.2.0

05 Mar 19:47
Compare
Choose a tag to compare
  • Add skip_cleanup_if_failed option for not cleaning up failed tests
  • Null safety in destructor #30 by @Archanium

3.0.0

20 Feb 17:03
05b2d6b
Compare
Choose a tag to compare
  • Codeception 5 support