[fdo-trac] #620: SQLite - avoid cache well defined views.
FDO
trac_fdo at osgeo.org
Mon Mar 1 12:02:36 EST 2010
#620: SQLite - avoid cache well defined views.
--------------------------------+-------------------------------------------
Reporter: romicadascalescu | Owner: romicadascalescu
Type: defect | Status: new
Priority: major | Milestone: 3.6.0
Component: SQLite Provider | Version: 3.5.0
Severity: 3 | Keywords:
External_id: |
--------------------------------+-------------------------------------------
There are cases when views are simple views and SQLite provider can detect
the main class and use the spatial index of the main class.
Rules:
- Table and main property names needs to be provided in a case sensitive
way.
- Primary Key of the view needs to be added in fdo_columns as read-only
(fdo_data_details = 0x02)
- All not well defined property of the view need to be added in
fdo_columns providing the right type (e.g. 'test' as TEST_COL).
- The geometry property of the view needs to be added in geometry_columns
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/620>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list