Skip to content

Wiql Value uses " instead of ' #163

@marcpage

Description

@marcpage

When converting a string Wiql Value should use ' instead of '"' in devopsdriver/azdo/workitem/wiql.py:

        if isinstance(self.value, str):
            return f"'{self.value}'"  # TODO: escape value  # pylint: disable=fixme

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions