Icon View Incident Report

Serious Serious
Reported By: gienek_majonez
Reported On: 8/4/2009
For: Version 2.02 Build 15
# 3030 SELECT Statements with Large ORDER BY Columns Can Cause AV

The following query causes an AV.

    SELECT
    File.FileID
    FROM
    File
    INNER JOIN  PathDictionary ON File.PathDictionaryID = PathDictionary.PathDictionaryID
    WHERE
    ( File.NodeId=238 )
    AND
    (
      ( File.ApplicationId IS NULL )
    )
    ORDER BY PathDictionary."Path" ;



Comments Comments
The problem was related to a bug in the sorting of the result sets for large ORDER BY keys.


Resolution Resolution
Fixed Problem on 8/6/2009 in version 2.03 build 1


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB LCL Standard with Source
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image