From cddebeb0fd99a4ad4e276682e75b9bd8c31c79e9 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Mon, 18 Jan 2010 12:46:16 +0000 Subject: Adapt _set test to quoting of field names --- tests/it_dbi.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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' ); -- cgit v1.2.3