Postgresql and ERXSQLHelper
Postgresql and ERXSQLHelper
- Subject: Postgresql and ERXSQLHelper
- From: Michael Gargano <email@hidden>
- Date: Fri, 16 Mar 2012 15:35:19 -0700
- Acceptlanguage: en-US
- Thread-topic: Postgresql and ERXSQLHelper
Okay, I'm not sure how to explain this, but here it goes...
I have two apps, a standard wonder app and a headless wonder app that only calls initEOF.
Both of these apps use a common framework and both are set to use the PostgreSQLPlugIn. In one of the fetch specs in my framework an ERXFalseQualifier is used. In the regular wonder app this works fine and it generates "0=1" as it should through ERXSQLHelper. On the headless app, however, this fails stating that the PostgreSQLPlugIn doesn't support generation of ERXFalseQualifier. While carefully stepping through this ball of confusion I noticed that this is deferred to ERXSQLHelper in the regular app, but in the headless app nothing ever goes through ERXSQLHelper, only the postgres plugin code is ever called.
Can anyone offer any insights into what is going on here? Why isn't ERXSQLHelper being used?
Thanks.
Much appreciated.
-Mike
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden