10000 Releases · stubbles/stubbles-dbal · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: stubbles/stubbles-dbal

11.0.0 - The future is still there

17 Jan 16:36
v11.0.0
f6fbb18
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • fixed invalid default parameters for calls to PDOStatement::fetch()

9.0.0 - All the types

22 Nov 14:26
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • fixed warning when iterating over result set: use default column index when none specified

5.0.0 - The sequence of life

19 Jun 11:32
Compare
Choose a tag to compare

BC breaks

  • deprecated stubbles\db\Datebase::map(), use stubbles\db\Datebase::fetchAll()->map()->values() instead, will be removed with 6.0.0
  • stubbles\db\Datebase::fetchAll() and stubbles\db\Datebase::fetchColumn() now return an instance of stubbles\lang\Sequence instead of an array
  • changed default fetch mode for PDO from \PDO::FETCH_BOTH to \PDO::FETCH_ASSOC
0