Opened 16 years ago

Closed 16 years ago

#350 closed defect (fixed)

SQLite provider: crash when getting geometry using a Select before a DerscribeSchema

Reported by: traianstanev Owned by: traianstanev
Priority: minor Milestone:
Component: SQLite Provider Version: 3.3.0
Severity: 3 Keywords:
Cc: External ID:

Description

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).

Change History (1)

comment:1 by traianstanev, 16 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.