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

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 01:55:22 PDT 2012


Revision: 9650
          http://trac.macosforge.org/projects/calendarserver/changeset/9650
Author:   glyph at apple.com
Date:     2012-08-11 01:55:22 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
Documentation fix; this isn't an exception.

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:55:21 UTC (rev 9649)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/dal/syntax.py	2012-08-11 08:55:22 UTC (rev 9650)
@@ -195,8 +195,8 @@
 
         @param txn: the L{IAsyncTransaction} to execute this on.
 
-        @param raiseOnZeroRowCount: the exception to raise if no data was
-            affected or returned by this query.
+        @param raiseOnZeroRowCount: a 0-argument callable which returns an
+            exception to raise if the executed SQL does not affect any rows.
 
         @param kw: keyword arguments, mapping names of L{Parameter} objects
             located somewhere in C{self}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/4f31b414/attachment-0001.html>


More information about the calendarserver-changes mailing list