We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a985d8c commit 15fe635Copy full SHA for 15fe635
tests/src/python/test_provider_postgres.py
@@ -325,7 +325,7 @@ def testRenameAttributes(self):
325
self.assertEqual(fet.fields()[1].name(), 'newname2')
326
self.assertEqual(fet.fields()[2].name(), 'another')
327
328
- # See http://hub.qgis.org/issues/18155
+ # See http://hub.qgis.org/issues/15188
329
def testNumericPrecision(self):
330
uri = 'point?field=f1:int'
331
uri += '&field=f2:double(6,4)'
0 commit comments