Skip to content
Snippets Groups Projects
Commit 5c7b44a8 authored by Steven Murray's avatar Steven Murray
Browse files

Improved the comment describing SqliteCatalogue::deleteArchiveFile()

parent 4e8b3801
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,9 @@ public:
~SqliteCatalogue() override;
/**
* SqliteCatalogue implements its own version of deleteArchiveFile() because
* SQLite does not supprt 'SELECT FOR UPDATE'.
*
* Deletes the specified archive file and its associated tape copies from the
* catalogue.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment