context.fillChar(')');
Assert.assertEquals( // NL
"WHERE uid = ? AND sid IN (?,?,?,?,?,?,?) "
+ "AND (create_time > ? OR create_time <= ?)", // NL
context.flushOut());
Object[] expectArray = new Object[] { 102, 11, 12, 24, 25, 31, 32, 33, // NL
current, current };
Object[] paramArray = context.getParams();