Subject Re: [IBO] TIBOQuery: Can't get SqlOrder.add to work
Author Helen Borrie
At 12:43 AM 16/12/2007, Mitch wrote:

>I'm using IBO 4.6.B. as you advised to some time ago.
>I'm not sure if there has been a more recent stable version?

It depends on whether you need to support Fb 2.0.x. The 4.7 and 4.8 series have been pitched at that, hence a great number of changes in SQL parsing (to accommodate the stricter rules for relation aliases and qualifiers) and the new structures added to the API.

But it's interesting that you are seeing the problem with SQLOrder in an older release as it means it's not a recent regression.

Incidentally, for those interested, the intention for Fb 2.0.4 is to introduce a temporary configuration parameter that will allow a relaxation of the relation qualifier rules. Note "temporary" though. It is being put there as a helper for application and tool developers who need more time to adjust their code so as not to misbehave under the new rules.

Helen