MySQL does case-insensitive comparison with LIKE, PostgreSQL does case-sensititve. PostgreSQL uses ILIKE for case-insensitive matching. We need to make 'like' do the same for all backends.
Reported by shapr.
Log in to post a comment.