Icon View Incident Report

Serious Serious
Reported By: Hendrik Grutzmacher
Reported On: 1/4/2014
For: Version 2.15 Build 1
# 3962 SELECT Queries Generating Sensitive Result Sets with Constant Expressions Causes Incorrect Results

I found one issue with this version:

compare 2 sql statements:
1) SELECT 'hi', False
2) SELECT 'hi', False from a
3) SELECT 'hi', 'xyz' from a

1) works as expected (and should work)
2) results in 'h', False !!!
3) morphs 'hi' into something strange


Resolution Resolution
Fixed Problem on 1/4/2014 in version 2.15 build 2


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 PHP Standard
ElevateDB PHP Standard with Source
ElevateDB PHP Trial
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image