Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 5, 2023
1 parent d258b64 commit 81ddb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/Explorer/bugs/bug216.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $conventions = new Nette\Database\Conventions\StaticConventions;
$explorer = new Nette\Database\Explorer($connection, $structure, $conventions, $cacheMemoryStorage);

//Testing
Nette\Database\Helpers::loadFromFile($connection, __DIR__ . "/../../files/{$driverName}-nette_test1.sql");
Nette\Database\Helpers::loadFromFile($connection, __DIR__ . "/../files/{$driverName}-nette_test1.sql");

$book = $explorer->table('author')->insert([
'name' => $explorer->literal('LOWER(?)', 'Eddard Stark'),
Expand Down

0 comments on commit 81ddb08

Please sign in to comment.