Icon View Incident Report

Serious Serious
Reported By: Jeff Dunlop
Reported On: 10/28/2010
For: Version 2.04 Build 4
# 3343 Enclosing WHERE Clause Row Value Comparisons in Parentheses Causes Parse Error

There's an issue with parentheses around row value comparisons.

Works:

SELECT   CustomerNote.* FROM CustomerNote  WHERE
(BusinessCode,CustomerCode)=('001',5512)
JOINOPTIMIZECOSTS

Doesn’t:

SELECT   CustomerNote.* FROM CustomerNote  WHERE
((BusinessCode,CustomerCode)=('001',5512))
JOINOPTIMIZECOSTS



Resolution Resolution
Fixed Problem on 10/28/2010 in version 2.05 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