Icon View Incident Report

Serious Serious
Reported By: Krisztian Kepes
Reported On: 7/23/2012
For: Version 2.09 Build 1
# 3604 Using More Than One Correlated Condition in a Correlated Sub-Query Causes Incorrect Results

The following SQL returns no rows when it should return 44.

select
i.kod,
p.kod,
cast(null as clob) ertek
 from
    __tmp_input i,
    CRM_Extprops_Props p
where not exists (
    select tr.tul_kod from __tmp_result tr
    where (tr.kapcsolt_kod = i.kod) and (tr.tul_kod = p.kod))



Resolution Resolution
Fixed Problem on 7/24/2012 in version 2.10 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 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