Re: ERXExistsQualifier

2015-04-25 Thread Paul Hoadley
On 25 Apr 2015, at 11:40 pm, David Avendasora wrote: >>> I'll go back to the room and document it a bit better and then release it >>> into the wild. >> >> That sounds great Dave. Some questions: >> >> 1. Are you planning on committing an actual update to ERXExistsQualifier? >> That would

Re: wotaskd on Yosemite

2015-04-25 Thread Markus Ruggiero
Put the following as a text file into /Library/LaunchDeamons. You might call it org.projectwonder.wotaskd.plist. Check the location of your wotaskd.woa and adapt the path accordingly. There is also a path to wotaskd.log. Adapt that too. Then just do sudo launchctl load org.projectwonder.wotaskd

Re: question on ERMailDeliveryHTML

2015-04-25 Thread webobjects-dev
ERMailUtils.instantiatePage calls the componentbs session() method which will create a Session. What I used to do in a distant past was to create a component with the normal constructor and pass to this constructor a dummy WOContext. I was using this technique to send batches of emails in the b

Re: ERXExistsQualifier

2015-04-25 Thread David Avendasora
Here’s the branch that has the new ERXQualifierExistsSubquery: https://github.com/nekesto/wonder/tree/ERXQualifierExistsSubquery It is based off of the https://github.com/nekesto/wonder/tree/SQLExpression_aliasesByRelationshipP

Re: ERXExistsQualifier

2015-04-25 Thread David Avendasora
Here’s my branch that has the required plugin changes. I’ve done PostgresqlPlugIn and DB2PlugIn so far. https://github.com/nekesto/wonder/tree/SQLExpression_aliasesByRelationshipPath I’ll post my branch with the ne

Re: ERXExistsQualifier

2015-04-25 Thread David Avendasora
See below. Sent from my iPhone > On Apr 24, 2015, at 11:52 AM, Paul Hoadley wrote: > > Hi Dave, > > On 24 Apr 2015, at 7:07 pm, David Avendasora > wrote: > >> I've found several edge cases where the exist qualifier doesn't work because >> the SQL it generates is invalid - partly because t