On Sep 5, 2008, at 12:29 PM, johnf wrote:

> No where in my code am I using "bizobj.SQL".  However, I am using
> bizobj.UserSQL and bizobj.setSQL all over the place.

        Then why would you ever expect setWhereClause() to work?

        The reason that setSQL() didn't affect your AutoSQL is because all it  
did is assign to the formerly dead SQL property, which was *never  
used*. Now that it does what it was supposed to do, it actually uses  
the SQL you set, and AutoSQL stuff, such as setWhereClause(), is now  
being properly ignored.


-- Ed Leafe





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to