Skip to content

Commit

Permalink
Update src/Drivers/PdoSqlsrv/PdoSqlsrvResultNormalizerFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach authored Jan 5, 2025
1 parent e9a203b commit ae2b10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/PdoSqlsrv/PdoSqlsrvResultNormalizerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function resolve(array $types): array
'int' => true,
'smallint' => true,
'tinyint' => true,
'numeric'=>true,
'numeric' => true,
];

static $dateTimes = [
Expand Down

0 comments on commit ae2b10c

Please sign in to comment.