[fdo-trac] #350: SQLite provider: crash when getting geometry using
a Select before a DerscribeSchema
FDO
trac_fdo at osgeo.org
Tue Jun 17 12:38:29 EDT 2008
#350: SQLite provider: crash when getting geometry using a Select before a
DerscribeSchema
-------------------------------+--------------------------------------------
Reporter: traianstanev | Owner: traianstanev
Type: defect | Status: new
Priority: minor | Milestone:
Component: SQLite Provider | Version: 3.3.0
Severity: 3 | Keywords:
External_id: |
-------------------------------+--------------------------------------------
An exception gets thrown by the FdoIFeatureReader::GetGeometry()
implementation in the provider, in cases where a Select is done without a
DescribeSchema having been done with the same connection. The reason was
that the geometry encoding type of the geometry column does not get
initialized until the time FdoFeatureClasses are created for
DescribeSchema purposes (i.e. initialization of the geom encoding type is
way too lazy).
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/350>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list