You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The bug occurs when you make two providers that
access the same table, and then try to iterate
through the features in each provider in a nested loop.
- The provider in the inner loop would never have any
features because all providers use the same cursor
name so things would get messed up.
- This patch fixes the bug by adding a providerId
member to QgsPostgresProvider, and appending the
id to all cursor names.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8092 c8812cc2-4d05-0410-92ff-de0c093fc19c
0 commit comments