mirror of
https://github.com/dg/dibi.git
synced 2025-08-28 16:29:50 +02:00
moved to namespace Dibi
added loader for old class names
This commit is contained in:
@@ -25,7 +25,7 @@ $tests = function ($conn) {
|
||||
Assert::true($conn->query("SELECT 'AA\\BB' LIKE %~like~", 'A\\B')->fetchSingle());
|
||||
};
|
||||
|
||||
$conn = new DibiConnection($config);
|
||||
$conn = new Dibi\Connection($config);
|
||||
$conn->query('SET escape_string_warning = off'); // do not log warnings
|
||||
|
||||
$conn->query('SET standard_conforming_strings = on');
|
||||
|
Reference in New Issue
Block a user