From 5c7b44a82a61a93a4ae44b6865d3ad4843b1088c Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Thu, 1 Nov 2018 17:38:48 +0100 Subject: [PATCH] Improved the comment describing SqliteCatalogue::deleteArchiveFile() --- catalogue/SqliteCatalogue.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/catalogue/SqliteCatalogue.hpp b/catalogue/SqliteCatalogue.hpp index d311ab8cec..3e2f83cad7 100644 --- a/catalogue/SqliteCatalogue.hpp +++ b/catalogue/SqliteCatalogue.hpp @@ -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. * -- GitLab