Definitely strange... my guess is, they must be overriding the bind
variables method, since the oracle plugin in does not, and the parent
hard codes it as true.
For now, I'm going to use an EOSQLQualifier to solve the problem...
sad yes, I know. Is there another way that's not deprecated?
Ken
On Aug 21, 2007, at 3:54 PM, Guido Neitzer wrote:
On 21.08.2007, at 13:52, Ken Anderson wrote:
Lastly, it's clear that JDBCExpression can't create non-bind
qualifiers, since trying Chuck's hack results in getting no data
back from the DB... weird.
That's weird because the FrontBase and plugin definitely doesn't
use bound variables, and the PostgreSQL plugin can be configured
accordingly.