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

examples: added new

This commit is contained in:
David Grudl
2010-08-03 21:06:56 +02:00
parent dc62e87629
commit f3c2c27818
3 changed files with 53 additions and 2 deletions

View File

@@ -92,5 +92,3 @@ dibi::test("
// indentifiers and strings syntax mix
dibi::test('UPDATE [table] SET `item` = "5 1/4"" diskette"');
// -> UPDATE [table] SET [item] = '5 1/4" diskette'