Skip to content

Releases: Codeception/module-db

3.2.1

06 Feb 19:56
8a295c4
Compare
Choose a tag to compare

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

Full Changelog: 3.2.0...3.2.1

3.2.0

31 Jan 22:25
23bc6a3
Compare
Choose a tag to compare

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

Full Changelog: 3.1.4...3.2.0

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