Skip to content

Commit 22ec7ff

Browse files
committed
avoid stringifying fetches
1 parent 82163a9 commit 22ec7ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tqdev/PhpCrudApi/Database/GenericDB.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ private function getOptions(): array
4747
$options = array(
4848
\PDO::ATTR_ERRMODE => \PDO::ERRMODE_EXCEPTION,
4949
\PDO::ATTR_DEFAULT_FETCH_MODE => \PDO::FETCH_ASSOC,
50-
\PDO::ATTR_STRINGIFY_FETCHES => false,
5150
);
5251
switch ($this->driver) {
5352
case 'mysql':return $options + [

0 commit comments

Comments
 (0)