Skip to content
Snippets Groups Projects
Commit f9c5844f authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

Merge branch 'f-fix-accent-sensitivity' into 'dev'

Fix accent sensitivity

See merge request !90
parents 34dbe749 03f4dfb1
Branches
No related tags found
1 merge request!90Fix accent sensitivity
Pipeline #62089 passed
version: '3.7'
services:
sqldb:
image: mariadb:10.11
image: mariadb:11.4
environment:
MYSQL_ROOT_PASSWORD: caosdb1234
networks:
......
......@@ -1555,7 +1555,6 @@ def test_263():
assert exc.errors[0].msg == "Entity does not exist." # TODO Or whatever the message shall be.
@pytest.mark.xfail(reason="https://gitlab.com/linkahead/linkahead-server/-/issues/264")
def test_264_accents_and_umlauts():
"""Test whether queries respect accents and
umlauts. https://gitlab.com/linkahead/linkahead-server/-/issues/264.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment