Subject | Re: [IBO] IBO bug: parameters ouside where clause produce |
---|---|
Author | Helen Borrie |
Post date | 2003-07-18T08:52:27Z |
At 10:18 AM 18/07/2003 +0200, you wrote:
You need to open the firebird.conf file in your Firebird root directory,
find the parameter #OldParameterOrdering = 0
Remove the '#' sign and change the zero (= false) to 1 (true). Save
firebird.conf, then stop and restart the server.
The reason for this is that 1.5 fixed a bug with parameter ordering, that
has been around forever in InterBase and Firebird. IBO provides a
workaround for the bug but, because Fb 1.5 is still in beta, it doesn't yet
provide a workaround for the corrected behaviour!! If you have followed
the threads here in recent days, you'll see that some people - Geoff and
Jason - are thinking about how to deal with this.
Helen
>Helen,OK.
>
>I'm using firebird 1.5 RC4
You need to open the firebird.conf file in your Firebird root directory,
find the parameter #OldParameterOrdering = 0
Remove the '#' sign and change the zero (= false) to 1 (true). Save
firebird.conf, then stop and restart the server.
The reason for this is that 1.5 fixed a bug with parameter ordering, that
has been around forever in InterBase and Firebird. IBO provides a
workaround for the bug but, because Fb 1.5 is still in beta, it doesn't yet
provide a workaround for the corrected behaviour!! If you have followed
the threads here in recent days, you'll see that some people - Geoff and
Jason - are thinking about how to deal with this.
Helen