Skip to content
Snippets Groups Projects
Commit 875f1c17 authored by florian's avatar florian
Browse files

FIX: Also use convert_value for identifiable names

parent 707788bc
Branches
Tags
2 merge requests!123REL: Release v0.6.0,!118f-special-chars-in-names
Pipeline #37012 passed
...@@ -114,7 +114,7 @@ identifiabel, identifiable and identified record) for a Record. ...@@ -114,7 +114,7 @@ identifiabel, identifiable and identified record) for a Record.
query_string += " WITH " query_string += " WITH "
if ident.name is not None: if ident.name is not None:
query_string += "name='{}'".format(ident.name) query_string += "name='{}'".format(convert_value(ident.name))
if len(ident.properties) > 0: if len(ident.properties) > 0:
query_string += " AND " query_string += " AND "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment