[SQL-CVS] r767 - trunk/SQLObject/sqlobject
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2005-05-05 21:45:34
|
Author: ianb Date: 2005-05-05 21:45:21 +0000 (Thu, 05 May 2005) New Revision: 767 Modified: trunk/SQLObject/sqlobject/main.py Log: deleted inaccurate/old comment Modified: trunk/SQLObject/sqlobject/main.py =================================================================== --- trunk/SQLObject/sqlobject/main.py 2005-05-05 21:44:59 UTC (rev 766) +++ trunk/SQLObject/sqlobject/main.py 2005-05-05 21:45:21 UTC (rev 767) @@ -1047,8 +1047,6 @@ return # Pass the connection object along if we were given one. - # Passing None for the ID tells __init__ we want to create - # a new object. if kw.has_key('connection'): self._connection = kw['connection'] self._SO_perConnection = True |