Commit 3b55e2bd authored by Sergei Morozov's avatar Sergei Morozov

More tests

parent c1d2c6a8
......@@ -118,6 +118,13 @@ class OCI8StatementTest extends DbalTestCase
"SELECT id FROM table WHERE col = :param1",
1,
),
'multi-line-literal' => array(
"SELECT id FROM table WHERE col1 = ? AND col2 = 'Hello,
World!' AND col3 = ?",
"SELECT id FROM table WHERE col1 = :param1 AND col2 = 'Hello,
World!' AND col3 = :param2",
2,
),
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment