Actions
Task #87518
closedUpdate ConnectionPool.php
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2019-01-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
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
Actions