Closed Jaymon closed 1 year ago
I think SQLite is case-insensitive by default, but PostgreSQL would need to do something like:
UPPER(<FIELD_NAME>) LIKE UPPER(%s)
You can see this in action with current case-insensitive functionality
I'm pretty sure this is solved with CITEXT support
CITEXT
I think SQLite is case-insensitive by default, but PostgreSQL would need to do something like:
You can see this in action with current case-insensitive functionality