mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
[Tests] Add LIKE with underscore (_) as partially uncompiled expression for shp provider
This commit is contained in:
parent
4b60a1e3bd
commit
f285d91ce4
@ -203,6 +203,8 @@ class TestPyQgsShapefileProvider(unittest.TestCase, ProviderTestCase):
|
||||
'name = \'apple\'',
|
||||
'name LIKE \'Apple\'',
|
||||
'name LIKE \'aPple\'',
|
||||
'name LIKE \'Ap_le\'',
|
||||
'name LIKE \'Ap\\_le\'',
|
||||
'"name"="name2"'])
|
||||
|
||||
def testRepack(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user