Ticket #357 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

SQLite provider: Executing Count() with SelectAggregates reslults in crash

Reported by: traianstanev Assigned to: traianstanev
Priority: major Milestone:
Component: SQLite Provider Version: 3.2.0
Severity: 3 Keywords:
Cc: External ID:

Description

The Count() and SpatialExtents?() functions are handled as a special case during SelectAggregates?. The code was incorrectly assuming that both Count() and SpatialExtents?() will always be requested together - assumption that works for Map3D, but not for other uses where Count() is also needed.

Change History

07/14/08 11:06:24 changed by traianstanev

  • status changed from new to closed.
  • resolution set to fixed.