From 9568845722695029d1c213bea02693ff4fd881c8 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Fri, 22 Sep 2023 12:09:09 +0200 Subject: [PATCH] DOC: update docstring of execute_query --- src/caosdb/common/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/caosdb/common/models.py b/src/caosdb/common/models.py index 5d026e21..f8171a40 100644 --- a/src/caosdb/common/models.py +++ b/src/caosdb/common/models.py @@ -4480,8 +4480,8 @@ def execute_query(q, unique=False, raise_exception_on_error=True, cache=True, Whether an exception should be raised when there are errors in the resulting entities. Defaults to True. cache : bool - Whether to use the query cache (equivalent to adding a "cache" flag). - Defaults to True. + Whether to use the query server-side cache (equivalent to adding a + "cache" flag). Defaults to True. flags : dict of str Flags to be added to the request. page_length : int -- GitLab