#6107 closed defect (fixed)
OGRSQLiteSelectLayerCommonBehaviour::GetBaseLayer() sometimes eats character of layer name
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 1.11.3 |
Component: | OGR_SF | Version: | unspecified |
Severity: | normal | Keywords: | sqlite |
Cc: |
Description
If running a SQL statement on a SQLite/Spatialite DB with a layer name like "SELECT * FROM xabcxxd" and applying a filter on it, then the layer name that will be fetched will be xabcxd" (eating successive x)
Change History (2)
comment:1 by , 8 years ago
Milestone: | → 1.11.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
trunk r30271, branches/2.0 r30272, branches/1.11 r30273 "Fix OGRSQLiteSelectLayerCommonBehaviour::GetBaseLayer() to no longer 'eat' consecutive characters in layer name (#6107)""