Tags: Cocolabs-SAS/dbal
Tags
Release [3.1.3](https://github.com/doctrine/dbal/milestone/97) 3.1.3 ===== - Total issues resolved: **1** - Total pull requests resolved: **5** - Total contributors: **3** Static Analysis --------------- - [4826: Remove obsolete error suppression](doctrine#4826) thanks to @derrabus Bug,Console ----------- - [4825: Fix version displayed in `ConsoleRunner`](doctrine#4825) thanks to @derrabus - [4824: Remove pinned platform](doctrine#4824) thanks to @derrabus Bug,Platforms,Regression,SQLite ------------------------------- - [4815: Fix renaming upper-cased SQLite columns](doctrine#4815) thanks to @morozov and @Spice-King Bug,Schema ---------- - [4811: Fix Schema::getTableNames()](doctrine#4811) thanks to @morozov
Release [2.13.4](https://github.com/doctrine/dbal/milestone/96) 2.13.4 ====== - Total issues resolved: **1** - Total pull requests resolved: **7** - Total contributors: **3** CI,ibm_db2 ---------- - [4834: Build ibm&doctrine#95;db2 with a public driver](doctrine#4834) thanks to @morozov Documentation ------------- - [4833: Add explanation why we need to cast float to string in decimal type](doctrine#4833) thanks to @andrew-demb - [4827: Backport doc block fix](doctrine#4827) thanks to @derrabus CI,Dependencies --------------- - [4819: PHPUnit 9.5.10](doctrine#4819) thanks to @derrabus - [4796: Bump PHPStan and PHPUnit](doctrine#4796) thanks to @derrabus PHP,pdo_sqlite -------------- - [4818: Cast decimals to string on SQLite](doctrine#4818) thanks to @derrabus Bug,Static Analysis ------------------- - [4792: Do not normalize current version during comparison](doctrine#4792) thanks to @morozov
Release [3.1.2](https://github.com/doctrine/dbal/milestone/95) 3.1.2 ===== - Total issues resolved: **6** - Total pull requests resolved: **11** - Total contributors: **4** PDO,PHP ------- - [4793: Do not pass NULL to internal functions that do not expect NULL](doctrine#4793) thanks to @derrabus Bug,Platforms,SQLite -------------------- - [4776: Retain SQLite column position when renaming or altering](doctrine#4776) thanks to @morozov Documentation ------------- - [4768: Remove obsolete TODO annotation](doctrine#4768) thanks to @derrabus Bug,IBM DB2,Oracle,SQL Server,Schema Introspection -------------------------------------------------- - [4766: Fix introspection of BINARY columns](doctrine#4766) thanks to @morozov Bug,SQL Server,Schema Introspection ----------------------------------- - [4765: Fix introspection of BLOB columns on SQL Server](doctrine#4765) thanks to @morozov Static Analysis --------------- - [4739: Code cleanup](doctrine#4739) thanks to @morozov - [4717: PHPStan check fails on PHP 8](doctrine#4717) thanks to @morozov Bug,Oracle,Sequences -------------------- - [4733: Fix auto&doctrine#95;increment implementation for Oracle](doctrine#4733) thanks to @mondrake Bug,Connections,Transactions ---------------------------- - [4719: Reset transaction nesting level when closing connection](doctrine#4719) thanks to @morozov Bug,Documentation ----------------- - [4716: Clarify ExpressionBuilder arguments](doctrine#4716) thanks to @morozov Bug,PostgreSQL,Schema --------------------- - [4677: Create tables with unique constraints on PostgreSQL](doctrine#4677) thanks to @hschletz
Release [2.13.3](https://github.com/doctrine/dbal/milestone/94) 2.13.3 ====== - Total issues resolved: **2** - Total pull requests resolved: **16** - Total contributors: **6** CI,PHP ------ - [4788: Don't fake the PHP version anymore](doctrine#4788) thanks to @derrabus Dependencies,Static Analysis,Test Suite --------------------------------------- - [4784: Update Psalm to 4.10.0](doctrine#4784) thanks to @morozov Dependencies,Static Analysis ---------------------------- - [4780: Update PHPStan to 0.12.96](doctrine#4780) thanks to @morozov Deprecation,sqlanywhere ----------------------- - [4767: Deprecate SQLAnywhere driver](doctrine#4767) thanks to @derrabus Documentation ------------- - [4740: Fix links to the recommended exception interface](doctrine#4740) thanks to @morozov and @nreynis PHP --- - [4736: Don't use null as exception message](doctrine#4736) thanks to @derrabus - [4735: PHP 8.1 compatibility for 2.13](doctrine#4735) thanks to @derrabus - [4734: Add ReturnTypeWillChange to core interface implementations](doctrine#4734) thanks to @derrabus Packaging --------- - [4710: Update .gitattributes](doctrine#4710) thanks to @bytestream Bug,Static Analysis ------------------- - [4699: Update Psalm to 4.8.1](doctrine#4699) thanks to @morozov Code Style ---------- - [4697: Configure PHP version for PHP&doctrine#95;CodeSniffer](doctrine#4697) thanks to @morozov Static Analysis --------------- - [4695: Ignore errors about missing ReturnTypeWillChange class](doctrine#4695) thanks to @derrabus PHP,SQL Server,Static Analysis ------------------------------ - [4694: Update JetBrains PhpStorm stubs to 2021.1](doctrine#4694) thanks to @morozov CI -- - [4686: Drop merge up and release branch creation steps](doctrine#4686) thanks to @greg0ire Bug,PDO ------- - [4662: Add ReturnTypeWillChange to PDO implementations](doctrine#4662) thanks to @derrabus BC Fix,Configuration,Connections,PDO ------------------------------------ - [4621: Move fix for user provided pdo connection](doctrine#4621) thanks to @bizurkur
Release [3.1.1](https://github.com/doctrine/dbal/milestone/90) 3.1.1 ===== - Total issues resolved: **1** - Total pull requests resolved: **8** - Total contributors: **5** Bug,Indexes,Platforms --------------------- - [4672: Fixed generated SQL for UniqueConstraint objects](doctrine#4672) thanks to @hschletz Bug --- - [4667: Make Table::removeUniqueConstraint() actually work](doctrine#4667) thanks to @hschletz Improvement,Test Suite,Tools ---------------------------- - [4656: Allow Symfony 6](doctrine#4656) thanks to @jderusse Documentation ------------- - [4642: Update versions for default branch](doctrine#4642) thanks to @SenseException - [4635: Address class rename in the docs](doctrine#4635) thanks to @greg0ire - [4615: Remove docs about user-provided PDO instance](doctrine#4615) thanks to @greg0ire CI,Cache,Deprecation,Static Analysis ------------------------------------ - [4630: Suppress deprecation notices for ArrayCache](doctrine#4630) thanks to @morozov Character Encoding,Connections,MySQL,Test Suite ----------------------------------------------- - [4614: &doctrine#91;doctrineGH-4613&doctrine#93; Use utf8mb4 instead of utf8 for testing connection charset](doctrine#4614) thanks to @morozov
Release [2.13.2](https://github.com/doctrine/dbal/milestone/93) 2.13.2 ====== - Total issues resolved: **3** - Total pull requests resolved: **8** - Total contributors: **6** Test Suite ---------- - [4679: Update PHPUnit to 9.5.5](doctrine#4679) thanks to @morozov Documentation ------------- - [4673: Document a non-deprecated way to interact with prepared statements](doctrine#4673) thanks to @derrabus Code Style ---------- - [4663: Bump doctrine/coding-standard](doctrine#4663) thanks to @derrabus Bug,Quoting,SQL Server ---------------------- - [4648: &doctrine#91;doctrineGH-4643&doctrine#93; Fix SQLServerPlatform::quoteIdentifier()](doctrine#4648) thanks to @morozov and @zajca Bug,Connections,Error Handling,mysqli ------------------------------------- - [4647: &doctrine#91;doctrineGH-4645&doctrine#93; Use error suppression instead of an error handler in MySQLi Connection](doctrine#4647) thanks to @morozov and @mbrodala Bug,Static Analysis,Strict Typing --------------------------------- - [4638: Fix doctrine#4637 by duplicating the type definition for `DriverManager::getConnection($args)` params](doctrine#4638) thanks to @Ocramius and @DavideBicego Character Encoding,Connections,MySQL,Test Suite ----------------------------------------------- - [4625: &doctrine#91;doctrineGH-4613&doctrine#93; Use utf8mb4 instead of utf8 for testing connection charset](doctrine#4625) thanks to @morozov Cache,Improvement ----------------- - [4623: Support Doctrine Cache 2](doctrine#4623) thanks to @derrabus
Release [3.1.0](https://github.com/doctrine/dbal/milestone/87) 3.1.0 ===== - Total issues resolved: **3** - Total pull requests resolved: **16** - Total contributors: **5** Deprecation,New Feature ----------------------- - [4607: Introduce Statement::executeQuery and Statement::executeStatement.](doctrine#4607) thanks to @beberlei Deprecation,Documentation ------------------------- - [4589: Reference methods using parentheses](doctrine#4589) thanks to @PowerKiKi Deprecation,Documentation,Reserved Keywords ------------------------------------------- - [4587: &doctrine#91;doctrineGH-4510&doctrine#93; Deprecate ReservedWordsCommand::setKeywordListClass()](doctrine#4587) thanks to @morozov Deprecation,Oracle,Schema Managers ---------------------------------- - [4584: &doctrine#91;doctrineGH-4503&doctrine#93; Mark OracleSchemaManager methods internal](doctrine#4584) thanks to @morozov Error Handling,Improvement,Prepared Statements,oci8 --------------------------------------------------- - [4581: Fix truncated oracle fetch result](doctrine#4581) thanks to @amenning Deprecation,Improvement,QueryBuilder ------------------------------------ - [4578: Predictable `QueryBuilder::executeQuery()` and `QueryBuilder::executeStatement()`](doctrine#4578) thanks to @PowerKiKi Deprecation ----------- - [4568: Trigger runtime deprecations for previously deprecated APIs](doctrine#4568) thanks to @morozov Connections,Sequences,pdo_sqlsrv -------------------------------- - [4560: Remove redundant implementation of PDO\SQLSrv\Connection::lastInsertId($name)](doctrine#4560) thanks to @morozov Deprecation,Improvement,Schema,Schema Managers ---------------------------------------------- - [4548: Deprecations in schema- and namespace-related APIs](doctrine#4548) thanks to @morozov Deprecation,Platforms,Reserved Keywords --------------------------------------- - [4547: Deprecate AbstractPlatform::getReservedKeywordsClass()](doctrine#4547) thanks to @morozov Deprecation,PDO,pdo_sqlsrv -------------------------- - [4534: Deprecate Statement::bindParam($driverOptions)](doctrine#4534) thanks to @morozov Connections,Deprecation ----------------------- - [4527: Deprecate Connection::getExpressionBuilder()](doctrine#4527) thanks to @morozov - [4517: Deprecate Connection::$&doctrine#95;expr](doctrine#4517) thanks to @morozov Connections,Deprecation,Schema Managers --------------------------------------- - [4519: Deprecate Connection::$&doctrine#95;schemaManager and Connection::getSchemaManager()](doctrine#4519) thanks to @morozov Prepared Statements,Static Analysis,sqlsrv ------------------------------------------ - [4514: Remove SQLSrv\LastInsertId](doctrine#4514) thanks to @morozov Improvement,QueryBuilder,Static Analysis ---------------------------------------- - [4489: Introduce fetch* methods in query builder](doctrine#4489) thanks to @andrew-demb Connections,Documentation,Error Handling ---------------------------------------- - [4457: Add note about lost connections to UPGRADE guide.](doctrine#4457) thanks to @beberlei
Release [2.13.1](https://github.com/doctrine/dbal/milestone/89) 2.13.1 ====== - Total issues resolved: **4** - Total pull requests resolved: **8** - Total contributors: **8** Documentation,Static Analysis ----------------------------- - [4608: Attribute type coverage metric to 3.1.x instead of 2.13.x](doctrine#4608) thanks to @morozov - [4604: Collect type coverage metrics, add badge to README](doctrine#4604) thanks to @morozov - [4603: ensureForwardCompatibilityStatement expects ResultStatement, given PDOStatement](doctrine#4603) thanks to @mwoods-familiaris BC Fix,Prepared Statements,QueryBuilder --------------------------------------- - [4596: Fix BC break on QueryBuilder::execute()](doctrine#4596) thanks to @mdumoulin and @m50 Code Style ---------- - [4593: Add direct dependency on PHP&doctrine#95;CodeSniffer](doctrine#4593) thanks to @morozov BC Fix,Connections,PDO ---------------------- - [4590: Fix user provided pdo connection](doctrine#4590) thanks to @mdumoulin and @htto Compatibility,Deprecation,Prepared Statements --------------------------------------------- - [4580: Deprecate Statement::execute in favor of Statement::executeStatement/executeQuery](doctrine#4580) thanks to @beberlei Deprecation,Prepared Statements ------------------------------- - [4579: Add missing runtime deprecations related to FC Result API (doctrine#4529, doctrine#4571)](doctrine#4579) thanks to @beberlei Deprecation,Documentation,Prepared Statements --------------------------------------------- - [4571: Add explicit @deprecated in ForwardCompatibility\Result](doctrine#4571) thanks to @bcremer Bug,Prepared Statements ----------------------- - [4569: Doctrine DBAL 2.13 $statement->execute() returns bool (instead of Result)](doctrine#4569) thanks to @knallcharge
Release [2.13.0](https://github.com/doctrine/dbal/milestone/88) 2.13.0 ====== - Total issues resolved: **1** - Total pull requests resolved: **4** - Total contributors: **2** - [4555: &doctrine#91;doctrineGH-4554&doctrine#93; Deprecate all Statement::fetch* in favor of Result::fetch*](doctrine#4555) thanks to @beberlei - [4535: Deprecations](doctrine#4535) thanks to @beberlei - [4386: Reintroduce support for PHP 7.1 and 7.2](doctrine#4386) thanks to @beberlei Connections,Improvement,Prepared Statements ------------------------------------------- - [4529: Improve forward compatibility between 2.x and 3.0](doctrine#4529) thanks to @mdumoulin
PreviousNext