Opened 14 years ago
Last modified 11 months ago
#650 new defect
Sqlite filter should not be case sensitive
Reported by: | bscott | Owned by: | traianstanev |
---|---|---|---|
Priority: | major | Milestone: | 4.2.0 |
Component: | SQLite Provider | Version: | 3.5.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
I have a table with all column uppercase If i do
select MYCOLUMN from MYTABLE
it works fine
select mycolumn from MYTABLE
it works fine
select * from MYTABLE where MYCOLUMN = 1
it works fine
select * from MYTABLE where mycolumn = 1
it does not work
I have found where the problem is and attached a patch for it
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | FilterNoCase.patch added |
---|
comment:1 by , 14 years ago
Component: | FDO API → SQLite Provider |
---|---|
Owner: | changed from | to
comment:2 by , 14 years ago
Severity: | 5 (Wish List) → 3 |
---|
comment:3 by , 11 months ago
Milestone: | 3.6.0 → 4.2.0 |
---|
Note:
See TracTickets
for help on using tickets.