Subject | Re: [firebird-support] Re: (Partially) Comparing records |
---|---|
Author | John vd Waeter |
Post date | 2006-03-13T10:01:38Z |
> Now, I also seem to remember a Fb 1.5 configuration settingHmm, that would be of a great help! I've got many JOIN-conditions, all
> (looking it up)...
>
>
> # ----------------------------
> # Boolean evaluation method (complete or shortcut)
> #
> # If your SQL code depends on side-effects of full evaluation of OR
> # and AND statements (right-hand-side terms), even if the expressions
> # final result could be determined by just examining the value of the
> # first term, you might need to turn this on.
> #
> # Type: boolean
> #
> #CompleteBooleanEvaluation = 0
>
> I wonder if this applies to JOIN conditions as well. Arno?
>
ANDed, and if the first one would evaluate to False, the rest can be
ignored...
However, as it is in firebird.conf, I guess it would apply to all
databases on this server? Would be great if one could turn it on or off
per database...
John'