[fdo-trac] #650: Sqlite filter should not be case sensitive
FDO
trac_fdo at osgeo.org
Wed May 26 09:56:36 EDT 2010
#650: Sqlite filter should not be case sensitive
-----------------------------+----------------------------------------------
Reporter: bscott | Owner: gregboone
Type: defect | Status: new
Priority: major | Milestone: 3.6.0
Component: FDO API | Version: 3.5.0
Severity: 5 (Wish List) | Keywords:
External_id: |
-----------------------------+----------------------------------------------
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
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/650>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list