mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
This fix initialize the two variabiles connection and _uri in VLayerConnector as it is implemented in all the other db_plugins. This fix avoid a crash when __del__ is called in the class DBConnector that check is connection is null which does not exist in VLayerConnector.