[CalendarServer-changes] [9596] CalendarServer/branches/users/glyph/q

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 01:54:38 PDT 2012


Revision: 9596
          http://trac.macosforge.org/projects/calendarserver/changeset/9596
Author:   glyph at apple.com
Date:     2012-08-11 01:54:38 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
Update docstring to reflect method's new location.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/q/twext/enterprise/dal/syntax.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/q/

Modified: CalendarServer/branches/users/glyph/q/twext/enterprise/dal/syntax.py
===================================================================
--- CalendarServer/branches/users/glyph/q/twext/enterprise/dal/syntax.py	2012-08-11 08:54:37 UTC (rev 9595)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/dal/syntax.py	2012-08-11 08:54:38 UTC (rev 9596)
@@ -1417,8 +1417,9 @@
 
     def on(self, txn, *a, **kw):
         """
-        Override to provide potentially extra logic for insert/update/delete
-        that return values on databases that don't necessarily provide it.
+        Override to provide extra logic for L{Insert}s that return values on
+        databases that don't provide return values as part of their C{INSERT}
+        behavior.
         """
         result = super(_DMLStatement, self).on(txn, *a, **kw)
         if self.Return is not None and txn.dialect == SQLITE_DIALECT:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/aa1cc85b/attachment.html>


More information about the calendarserver-changes mailing list