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.

Diff:
Modified: trunk/dabo/db/dCursorMixin.py
===================================================================
--- trunk/dabo/db/dCursorMixin.py       2008-10-23 02:51:10 UTC (rev 4579)
+++ trunk/dabo/db/dCursorMixin.py       2008-10-23 05:08:12 UTC (rev 4580)
@@ -2007,7 +2007,7 @@
                the addJoin() method.
                """
                if self.sqlManager.BackendObject:
-                       self.sqlManager._fromClause = 
self.sqlManager.BackendObject.addFrom(self.sqlManager._fromClause, exp,
+                       self.sqlManager._fromClause = 
self.sqlManager.BackendObject.addFrom(self.sqlManager._fromClause, exp,alias,
                                        autoQuote=self.AutoQuoteNames)
                return self.sqlManager._fromClause
 




_______________________________________________
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]

Reply via email to