1
0
mirror of https://github.com/dg/dibi.git synced 2025-07-30 19:00:13 +02:00

embedded SQL moved to formatValue()

This commit is contained in:
David Grudl
2006-06-07 22:33:19 +00:00
parent 0e7f85c73a
commit 18d3dd444d
3 changed files with 78 additions and 72 deletions

View File

@@ -31,7 +31,7 @@ $arr4 = array(
'c%T' => time(), // modifier 'T' means datetime
'd' => 'any string',
);
$arr5 = array('RAND()', 'ANY SQL');
$arr5 = array('RAND()', '[col1] > [col2]');
dibi::test("