Icon View Incident Report

Serious Serious
Reported By: Yavuz Ozdemir
Reported On: 10/17/2013
For: Version 2.14 Build 2
# 3908 CONTAINS Condition with Multiple Wildcard Search Terms Returning Incorrect Results

What is the difference between the statements below?

These two commands produce different results.

Incorrect:
select * from tb1 where (txt contains 'NIGHT* CREAM*')

Correct:
select * from tb1 where (txt contains 'NIGHT*') and (txt contains 'CREAM*')



Resolution Resolution
Fixed Problem on 10/18/2013 in version 2.14 build 3


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