summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-10-08 22:04:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-10-08 22:04:01 -0400
commit6de76885ca9da9354cd8f8883be0901dcbf0dbb2 (patch)
tree0c77aef3a111098eff653b43336ec3b679d96044
parentb13facec8f8a02d2a99f254d3b3bc92ce1a33bd3 (diff)
downloadpython-coveragepy-git-6de76885ca9da9354cd8f8883be0901dcbf0dbb2.tar.gz
Tie up a loose end in the docs
-rw-r--r--coverage/sqldata.py1
-rw-r--r--doc/contexts.rst2
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.