[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/sqlexpr/sqlexpr.py Comverted XXX to statement.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:45:31 EDT 2004


Log message for revision 26313:

Comverted XXX to statement.




-=-
Modified: Zope3/trunk/src/zope/app/sqlexpr/sqlexpr.py
===================================================================
--- Zope3/trunk/src/zope/app/sqlexpr/sqlexpr.py	2004-07-09 15:45:29 UTC (rev 26312)
+++ Zope3/trunk/src/zope/app/sqlexpr/sqlexpr.py	2004-07-09 15:45:31 UTC (rev 26313)
@@ -72,8 +72,8 @@
             vvals.append(v)
 
         if econtext.vars.has_key('sql_conn'):
-            # XXX: It is hard set that the connection name variable is called
-            # 'sql_conn'
+            # TODO: It is hard-coded that the connection name variable is called
+            # 'sql_conn'. We should find a better solution.
             conn_name = econtext.vars['sql_conn']
             connection_service = getService("SQLDatabaseConnections",
                                             econtext.context)



More information about the Zope3-Checkins mailing list