Icon View Incident Report

Serious Serious
Reported By: Peter
Reported On: 8/3/2010
For: Version 2.03 Build 18
# 3269 NOT LIKE Operator that Peforms Partial-Length Search Causing AV

The following query causes an AV, where previously it did not in build 8.

SELECT Name FROM Information.Tables WHERE Name NOT LIKE 'rb%'



Comments Comments
Having just an ending % wildcard causes an optimized partial-length search using and index for the ANSI and Unicode collations.


Resolution Resolution
Fixed Problem on 8/4/2010 in version 2.03 build 19


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