Skip to content

Releases: stubbles/stubbles-dbal

12.0.0 - Closer again to the future

30 Nov 18:02
v12.0.0
f68451c

Choose a tag to compare

BC breaks

  • raised minimum required PHP version to 8.3

Other changes

  • ensured compatibility with PHP 8.5

11.0.0 - The future is still there

17 Jan 16:36
v11.0.0
f6fbb18

Choose a tag to compare

BC breaks

  • raised minimum required PHP version to 8.2.0

10.0.0 - Wonderful, 10 already

13 Dec 16:53

Choose a tag to compare

BC breaks

  • changed parameter $type of stubbles\db\QueryResult to accept values of type int only

Other changes

  • added more phpstan related type hints

9.0.2 - Don't be so strict

04 Dec 11:45

Choose a tag to compare

  • removed array return type hint from stubbles\db\Database, can return other values

9.0.1 - Fetch the default

03 Dec 16:10

Choose a tag to compare

  • fixed invalid default parameters for calls to PDOStatement::fetch()

9.0.0 - All the types

22 Nov 14:26

Choose a tag to compare

BC breaks

  • raised minimum required PHP version to 7.3.0
  • added more type hints
  • stubbles\db\config\DatabaseConfiguration::getInitialQuery() now returns an empty string if no initial query configured
  • parameter $type of stubbles\db\Statement::bindParam() and stubbles\db\Statement::bindValue() must be an int
  • stubbles\db\DatabaseConnection::getLastInsertId() now returns a string instead of int

8.0.0 - Seven again?

31 Jul 16:53

Choose a tag to compare

BC breaks

  • raised minimum required PHP version to 7.0.0
  • introduced scalar type hints and strict type checking

7.0.0 - Almost seven

31 Jul 16:43

Choose a tag to compare

BC breaks

  • Raised minimum required PHP version to 5.6
  • Methods which threw stubbles\lang\exceptions\ConfigurationException now throw a \OutOfBoundsException or \LogicException

6.0.0 - Housekeeping

19 Jun 11:33

Choose a tag to compare

BC breaks

  • removed stubbles\db\Datebase::map(), use stubbles\db\Datebase::fetchAll()->map()->values() instead, was deprecated since 5.0.0

Other changes

  • upgraded stubbles/core to 6.0.0

5.0.1 - Warning free zone

19 Jun 11:32

Choose a tag to compare

  • fixed warning when iterating over result set: use default column index when none specified