Skip to content
Snippets Groups Projects
Commit 1d9c38e1 authored by Alexander van Amesfoort's avatar Alexander van Amesfoort
Browse files

Task #9939: RADB: more precise sql pattern in example comment for RPC...

Task #9939: RADB: more precise sql pattern in example comment for RPC getResourceAllocationConfig() as a small amendment to r36653
parent 8fef5fa2
No related branches found
No related tags found
No related merge requests found
......@@ -1617,7 +1617,7 @@ class RADatabase:
def getResourceAllocationConfig(self, sql_like_name_pattern=None):
''' The argument sql_like_name_pattern is e.g. 'max_fill_ratio%'
''' The argument sql_like_name_pattern can be e.g. 'max_fill_ratio_%'
'''
query = "SELECT name, value FROM resource_allocation.config"
if sql_like_name_pattern is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment