Ticket #4363 (closed defect: fixed)
in PostgreSQL equality ("X = Y") is case-sensitive
| Reported by: | wkornewald | Owned by: | jonas |
|---|---|---|---|
| Priority: | high | Milestone: | 0.11 |
| Component: | ticket system | Version: | 0.10.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In the query dialog, string comparison is case-sensitive, so when you search for summaries containing "postgresql" you won't get results with "PostgreSQL", for example. For PostgreSQL it would be better to use the lower() function when doing exact matches and use case-insensitive altenatives where possible (e.g: ILIKE instead of LIKE).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


