summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Schneider2010-01-18 12:46:16 +0000
committerChristian Schneider2010-01-18 12:46:16 +0000
commitcddebeb0fd99a4ad4e276682e75b9bd8c31c79e9 (patch)
treebbbc2a1d87e40a18494cdd13d975772690e9f876 /tests
parentb2294cc361b14ecb77912c028665b18781c3f289 (diff)
downloaditools-cddebeb0fd99a4ad4e276682e75b9bd8c31c79e9.tar.gz
itools-cddebeb0fd99a4ad4e276682e75b9bd8c31c79e9.tar.bz2
itools-cddebeb0fd99a4ad4e276682e75b9bd8c31c79e9.zip
Adapt _set test to quoting of field names
Diffstat (limited to 'tests')
-rwxr-xr-xtests/it_dbi.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/it_dbi.t b/tests/it_dbi.t
index 4404247..3428c0f 100755
--- a/tests/it_dbi.t
+++ b/tests/it_dbi.t
@@ -142,7 +142,7 @@ isnt(
$rand = $record->x;
is (
$record->_set(array('x' => $rand, 'foo' => "bar")),
- "SET foo='bar'",
+ "SET `foo`='bar'",
'update: _set optimization'
);