[CalendarServer-changes] [8442] CalendarServer/branches/users/glyph/shared-pool-fixes

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 13 13:51:00 PST 2011


Revision: 8442
          http://trac.macosforge.org/projects/calendarserver/changeset/8442
Author:   glyph at apple.com
Date:     2011-12-13 13:51:00 -0800 (Tue, 13 Dec 2011)
Log Message:
-----------
No rows is also a None result.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/shared-pool-fixes/twext/enterprise/adbapi2.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/shared-pool-fixes/

Modified: CalendarServer/branches/users/glyph/shared-pool-fixes/twext/enterprise/adbapi2.py
===================================================================
--- CalendarServer/branches/users/glyph/shared-pool-fixes/twext/enterprise/adbapi2.py	2011-12-13 21:50:58 UTC (rev 8441)
+++ CalendarServer/branches/users/glyph/shared-pool-fixes/twext/enterprise/adbapi2.py	2011-12-13 21:51:00 UTC (rev 8442)
@@ -1239,6 +1239,7 @@
             rows = yield txn.execSQL(sql, args, _NoRows)
         except _NoRows:
             norows = True
+            noneResult = True
         else:
             norows = False
             if rows is not None:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111213/497d52a0/attachment-0001.html>


More information about the calendarserver-changes mailing list