Barry Lind wrote:
> Oliver,
>
> I don't consider this a problem, but the expected behavior. This is the
> behavior I see on other databases (Oracle for example). It is the price
> you pay for parameterized queries.
My concern is that we don't want to end up recommending that people
avoid PreparedStatement and stringize their own parameter values for
performance reasons..
-O