Task #87518
closedUpdate ConnectionPool.php
100%
Description
I would like to get int and floats from my MySQL server.
For that I must set
````php
$pdo->setAttribute(PDO::ATTR_EMULATE_PREPARES, false);
$pdo->setAttribute(PDO::ATTR_STRINGIFY_FETCHES, false);
````
This patch allows to set ATTR_STRINGIFY_FETCHES for pdo_mysql again.
This issue was automatically created from https://github.com/TYPO3/TYPO3.CMS/pull/160
Updated by Gerrit Code Review almost 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59547
Updated by Patrick Broens over 5 years ago
- Related to Bug #88272: Different return types between mysqli and pdo_mysql driver added
Updated by Christian Eßl about 5 years ago
- Category set to Database API (Doctrine DBAL)
Updated by Gerrit Code Review about 5 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62047
Updated by Gerrit Code Review about 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62047
Updated by Gerrit Code Review about 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62047
Updated by Gerrit Code Review about 5 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62047
Updated by Gerrit Code Review about 5 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62047
Updated by Gerrit Code Review about 5 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62047
Updated by Gerrit Code Review about 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62065
Updated by Manuel Selbach about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 50223f648098d6f46525a6f260d37201543b9487.
Updated by Gerrit Code Review about 5 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62065
Updated by Manuel Selbach about 5 years ago
- Status changed from Under Review to Resolved
Applied in changeset d82d725a607a20b8b83205278d0d6ae6eead10e9.
Updated by Benni Mack about 5 years ago
- Related to Bug #88272: Different return types between mysqli and pdo_mysql driver added
Updated by Benni Mack about 5 years ago
- Related to deleted (Bug #88272: Different return types between mysqli and pdo_mysql driver)
Updated by Benni Mack almost 5 years ago
- Status changed from Resolved to Closed