Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 3, 2024
1 parent 34856c4 commit 9be3a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Database/ResultSet.normalizeRow.sqlsrv.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Assert::equal([
'datetime' => new DateTime('1753-01-01 00:00:00'),
'datetime2' => new DateTime('0001-01-01 00:00:00'),
'decimal' => 0.0,
'float' => 0.5,
'float' => -0.5,
'geography' => null,
'geometry' => null,
'hierarchyid' => '',
Expand Down
2 changes: 1 addition & 1 deletion tests/Database/files/sqlsrv-nette_test3.sql
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ INSERT INTO types VALUES (
'1753-01-01 00:00:00', --datetime
'0001-01-01 00:00:00', --datetime2
0, --decimal
0.5, --float
-0.5, --float
NULL, --geography
NULL, --geometry
'/', --hierarchyid
Expand Down

0 comments on commit 9be3a78

Please sign in to comment.