diff options
-rw-r--r-- | coverage/sqldata.py | 1 | ||||
-rw-r--r-- | doc/contexts.rst | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/coverage/sqldata.py b/coverage/sqldata.py index 4739292f..791dc77b 100644 --- a/coverage/sqldata.py +++ b/coverage/sqldata.py @@ -5,7 +5,6 @@ # TODO: factor out dataop debugging to a wrapper class? # TODO: make sure all dataop debugging is in place somehow -# TODO: should writes be batched? # TODO: run_info import collections diff --git a/doc/contexts.rst b/doc/contexts.rst index d676a9db..f81d2a38 100644 --- a/doc/contexts.rst +++ b/doc/contexts.rst @@ -99,4 +99,4 @@ Raw data -------- For more advanced reporting or analysis, the .coverage data file is a SQLite -database. TODO: explain the schema. +database. See :ref:`dbschema` for details. |