Releases: laminas/laminas-db
2.14.1
Release Notes for 2.14.1
2.14.x bugfix release (patch)
2.14.1
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
Bug
2.14.0
Release Notes for 2.14.0
Feature release (minor)
2.14.0
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 3
Enhancement
Awaiting Maintainer Response,Enhancement
Documentation
Bug
- 213: Merge release 2.13.4 into 2.14.x thanks to @github-actions[bot]
- 207: Merge release 2.13.1 into 2.14.x thanks to @github-actions[bot]
2.13.4
Release Notes for 2.13.4
2.13.4
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
2.13.3
Release Notes for 2.13.3
2.13.3
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
Bug
2.13.2
Release Notes for 2.13.2
2.13.x bugfix release (patch)
NOTE: this release was incomplete/incorrect - changelog below has been included in 2.13.3
instead.
2.13.2
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
Bug
2.13.1
Release Notes for 2.13.1
2.13.x bugfix release (patch)
2.13.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
2.13.0
Release Notes for 2.13.0
Feature release (minor)
2.13.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement
- 205: Provide PHP 8.1 support thanks to @weierophinney
- 204: PHP 8.1 support thanks to @boesing
2.12.0
Release Notes for 2.12.0
Added
-
Adds support for PHP 8.
-
Adds support for laminas/laminas-hydrator v4 releases.
-
Adds the constant
Laminas\Db\Sql\Join::JOIN_FULL_OUTER
, providing the ability to use full outer joins in SQL statements. -
Adds a new delegator factory, Laminas\Db\Adapter\AdapterServiceDelegator.
When added as a delegator to a class that composesLaminas\Db\Adapter\AdapterAwareTrait
, the delegator will inject the instance associated with theLaminas\Db\Adapter\AdapterInterface
service via the classsetDbAdapter()
method defined in the trait. -
Adds the
getResultPrototype()
method to each of the Pdo, Pgsql, IbmDb2, and Sqlsrv adapters (the Mysqli and Oci8 adapters already defined the method previously).
The method allows consumers to inspect and modify the result prototype.
Removed
-
Removes support for PHP versions prior to 7.3.
-
Removes the class
Laminas\Db\Sql\Ddl\Float
. PHP as of 7.0 considers "float" a reserved keyword, and with the bump in the minimum supported PHP version to 7.3, the class is unusable. Users are recommended to theLaminas\Db\Sql\Ddl\Floating
class as the alternative, which has been available since version 2.4.0. -
Removes support for laminas/laminas-eventmanager versions prior to 3.3.
-
Removes support for laminas/laminas-hydrator versions prior to 3.2.
-
Removes support for laminas/laminas-servicemanager versions prior to 3.0.3.
-
Removes support for laminas/laminas-stdlib versions prior to 3.3.
Fixed
- Fixes issues when trying to execute prepared queries with named parameters that was introduced in 2.9.3.
2.12.0
- Total issues resolved: 0
- Total pull requests resolved: 9
- Total contributors: 7
Bug,Enhancement
Bug,Feature Removal
- 184: Remove Float class thanks to @samsonasik
Enhancement
- 182: Added MS SQL server that can be used to better test the integration. thanks to @slaff
- 172: Fixes #22 add JOIN_FULL_OUTER for full outer join thanks to @samsonasik
- 166: Add support for PHP 8.0 thanks to @samsonasik
- 163: Adds delegator for AdapterAwareInterface thanks to @froschdesign
- 162: add resultPrototype getter for inspection thanks to @chris-kruining
Bug
2.11.4
Release Notes for 2.11.4
next bugfix release (mini)
2.11.4
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 5
Enhancement,Work In Progress
Documentation
- 171: Fixes #23 : add Expression to docblock at Sql\Predicate\Predicate methods thanks to @samsonasik
- 168: Adding documentation on usage of laminas db in mvc application thanks to @haclong
Bug
- 169: Fix MySQLi SSL flags handling to explicitly set MYSQLI_CLIENT_SSL if … thanks to @EreMaijala
- 148: Fix __METHOD__ inside closure (it is '{closure}') thanks to @TysonAndre
Enhancement
laminas-db 2.11.3
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed
replace
version constraint in composer.json so repository can be used as replacement ofzendframework/zend-db:^2.11.0
.