Test and fix bug 911996.

This commit is contained in:
Daniel Nichter
2012-01-05 11:46:38 -07:00
parent b966f63971
commit f4362cb2e7
4 changed files with 35 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ test_diff_where(
this_crc => '4a57d814',
upper_boundary => '9'
},
where => "((`id` >= 7)) AND ((`id` <= 9))",
where => "((`id` >= '7')) AND ((`id` <= '9'))",
);
# #############################################################################