[CalendarServer-changes] [14335] CalendarServer/trunk/calendarserver/tools/diagnose.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 23 12:12:47 PST 2015


Revision: 14335
          http://trac.calendarserver.org//changeset/14335
Author:   dre at apple.com
Date:     2015-01-23 12:12:47 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
List the contents of the job table in calendarserver_diagnose

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/diagnose.py

Modified: CalendarServer/trunk/calendarserver/tools/diagnose.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/diagnose.py	2015-01-21 22:10:45 UTC (rev 14334)
+++ CalendarServer/trunk/calendarserver/tools/diagnose.py	2015-01-23 20:12:47 UTC (rev 14335)
@@ -346,6 +346,8 @@
     count = countFromSQLQuery("select count(*) from delegate_groups;")
     print("Number of group delegate assignments: {}".format(count))
 
+    print("'job' table...")
+    runSQLQuery("select * from job;")
 
 
 def showConfigKeys():
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150123/0d4f2190/attachment.html>


More information about the calendarserver-changes mailing list