On Wednesday 22 October 2008 22:08:13 John Fabiani wrote: > dabo Commit > Revision 4580 > Date: 2008-10-22 22:08:12 -0700 (Wed, 22 Oct 2008) > Author: Johnf > Trac: http://svn.dabodev.com/trac/dabo/changeset/4580 > > Changed: > U trunk/dabo/db/dCursorMixin.py > > Log: > Added alias to addFrom - Ed's prior commit did not include dCursorMixin.
In our case we (Larry and I) created a complex select statement that required the alias. But we immediately ran into a trouble with the where clause because the bizobj was also a child. We were able to get around the issue by changing the "LinkField' to "a.fk_key" (where 'a' is the alias). So my question is are you going to change the way the where clause will work with alias? Or can I depend on the way LinkField is currently working? John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
