Skip to content

Commit

Permalink
Flake
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 14, 2020
1 parent d6fcac6 commit 425cbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_provider_mssql.py
Expand Up @@ -145,7 +145,7 @@ def partiallyCompiledFilters(self):
'name LIKE \'aPple\'',
'name ILIKE \'aPple\'',
'name LIKE \'Ap_le\'',
'name LIKE \'Ap\_le\'',
'name LIKE \'Ap\\_le\'',
'name ILIKE \'%pp%\'',
'"name" || \' \' || "name" = \'Orange Orange\'',
'"name" || \' \' || "cnt" = \'Orange 100\'',
Expand Down

0 comments on commit 425cbf2

Please sign in to comment.