#6798 closed defect (fixed)
IN filtering broken on mapinfo indexed columns
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 2.1.4 |
Component: | OGR_SF | Version: | 2.0.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
Reported on the mailing list
""" Related to the attribute index: when using SQL WHERE clauses like WHERE myfield IN (1, 2, 3) on the integer field, it reports on the last one only, like if the query was WHERE myfield = 3 (while there are rows with myfield = 1 and 2 as well...)
This is happening only if using the mapinfo attribute index on 2.1 (was working on 1.x). If I manually remove the index files the query executes correctly. """
Note:
See TracTickets
for help on using tickets.
In 37251: