From 6de76885ca9da9354cd8f8883be0901dcbf0dbb2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 8 Oct 2019 22:04:01 -0400 Subject: Tie up a loose end in the docs --- coverage/sqldata.py | 1 - doc/contexts.rst | 2 +- 2 files changed, 1 insertion(+), 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. -- cgit v1.2.1