Skip to content

Commit

Permalink
[oracle] Update failing provider test
Browse files Browse the repository at this point in the history
(cherry-picked from bd5b771)
  • Loading branch information
nyalldawson committed Apr 17, 2018
1 parent 60a71d1 commit 651cbe7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/src/python/test_provider_oracle.py
Expand Up @@ -90,13 +90,19 @@ def uncompiledFilters(self):
'log(3, pk) <= 1',
'log10(pk) < 0.5',
'round(3.14) <= pk',
'round(0.314,1) * 10 = pk',
'floor(3.14) <= pk',
'ceil(3.14) <= pk',
'pk < pi()',
'round(cnt / 66.67) <= 2',
'floor(cnt / 66.67) <= 2',
'ceil(cnt / 66.67) <= 2',
'pk < pi() / 2',
'pk = char(51)',
'pk = coalesce(NULL,3,4)',
'lower(name) = \'apple\'',
'upper(name) = \'APPLE\'',
'name = trim(\' Apple \')',
'x($geometry) < -70',
'y($geometry) > 70',
'xmin($geometry) < -70',
Expand Down

0 comments on commit 651cbe7

Please sign in to comment.