Subject [Fwd: Re: FirebirdSQL JDBC Driver]
Author eddie_firebird
--- In Firebird-Java@y..., "rrokytskyy" <rrokytskyy@y...> wrote:
> Hi,
>
> Some good news for you: escaped statements are implemented except {?
> = call(....)}, {escape ...} and {fn ...} (see FBEscapedParser.java).
> Right now it works as if escaped processing is always on. However,
> Statement.setEscapedProcessing(boolean) is not implemented. I will
> fix this issue this week and will post a notice here when it is

Thanks!

> finished. For now simple do not call Statement.setEscapedProcessing
> (boolean). :)

That is my current solution ;-) I just commented the calls out where
I found them in the OJB source.

>
> Best regards,
> Roman Rokytskyy