Icon View Incident Report

Minor Minor
Reported By: Fernando Dias
Reported On: 8/11/2012
For: Version 4.33 Build 4
# 3629 DBISAM SQL Reference Operators Topic Incorrectly Describes Logical Operator Precedence

The section "Logical Operators" in the DBISAM online manual seems to be incorrect about the precedence of the AND and OR operators. Apart from being very confusing, what DBISAM does is not what is described in there, so one of them must be wrong. What DBISAM actually does is to consider:

a AND b OR c AND d
equivalent to
(a AND b) OR (c AND d)

but that's not what the manual says.


Resolution Resolution
Fixed Problem on 8/12/2012 in version 4.34 build 1


Products Affected Products Affected
DBISAM VCL Client-Server
DBISAM VCL Client-Server with Source
DBISAM VCL Standard
DBISAM VCL Standard with Source
DBISAM VCL Trial

Image