Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 19, 2017
1 parent 2ef1ddc commit 2b2b7ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Database/ResultSet.normalizeRow.postgre.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ require __DIR__ . '/connect.inc.php'; // create $connection
Nette\Database\Helpers::loadFromFile($connection, __DIR__ . '/files/pgsql-nette_test3.sql');


var_dump(new DateTime('2012-10-13 09:10:10+00'));
$res = $context->query('SELECT * FROM types');

$row = $res->fetch();
Expand Down

0 comments on commit 2b2b7ff

Please sign in to comment.