Skip to content

Commit

Permalink
Update expected compilation status
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 15, 2020
1 parent 9f09406 commit 4854baf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/src/python/test_provider_postgres.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1916,13 +1916,8 @@ def disableCompiler(self):
QgsSettings().setValue('/qgis/compileExpressions', False) QgsSettings().setValue('/qgis/compileExpressions', False)


def uncompiledFilters(self): def uncompiledFilters(self):
return set(['"dt" <= make_datetime(2020, 5, 4, 12, 13, 14)', return set(['"dt" = to_datetime(\'000www14ww13ww12www4ww5ww2020\',\'zzzwwwsswwmmwwhhwwwdwwMwwyyyy\')',
'"dt" < make_date(2020, 5, 4)',
'"dt" = to_datetime(\'000www14ww13ww12www4ww5ww2020\',\'zzzwwwsswwmmwwhhwwwdwwMwwyyyy\')',
'"date" <= make_datetime(2020, 5, 4, 12, 13, 14)',
'"date" >= make_date(2020, 5, 4)',
'"date" = to_date(\'www4ww5ww2020\',\'wwwdwwMwwyyyy\')', '"date" = to_date(\'www4ww5ww2020\',\'wwwdwwMwwyyyy\')',
'"time" >= make_time(12, 14, 14)',
'"time" = to_time(\'000www14ww13ww12www\',\'zzzwwwsswwmmwwhhwww\')']) '"time" = to_time(\'000www14ww13ww12www\',\'zzzwwwsswwmmwwhhwww\')'])


def partiallyCompiledFilters(self): def partiallyCompiledFilters(self):
Expand Down

0 comments on commit 4854baf

Please sign in to comment.