Subject | [Fwd: Re: FirebirdSQL JDBC Driver] |
---|---|
Author | eddie_firebird |
Post date | 2002-08-13T18:09:43Z |
--- In Firebird-Java@y..., "rrokytskyy" <rrokytskyy@y...> wrote:
I found them in the OJB source.
> Hi,Thanks!
>
> 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
> finished. For now simple do not call Statement.setEscapedProcessingThat is my current solution ;-) I just commented the calls out where
> (boolean). :)
I found them in the OJB source.
>
> Best regards,
> Roman Rokytskyy