1039
1039
if self.has_unaccent and sql_operator.endswith('like'):
1040
1040
assert isinstance(right, basestring)
1041
1041
trans_left = 'unaccent(value)'
1044
1044
elif sql_operator == 'in':
1045
1045
# params will be flatten by to_sql() => expand the placeholders