Comment 3 for bug 387840

Revision history for this message
James Henstridge (jamesh) wrote :

I guess we could go with that. I guess the difference would be in the generated SQL: "lower(Table.column) LIKE 'foo%'" vs. "Table.column ILIKE 'foo%'". You probably know more than me about how these two compare performance wise.