[Qgis-developer] problem with VACUUM in DB Manager

2014-12-03 Thread Matteo Ghetta
Hi all,
maybe a problem in QGIS 2.6 with VACUUM analyze on both database and
schemas but not on single tables.

This is the error:

Errore durante l'esecuzione di codice Python:

Traceback (most recent call last):
  File 
/home/ma7730/lavori/QGIS-master/build26/output/python/plugins/db_manager/db_manager.py,
line 201, in
invoke_callback = lambda x: self.invokeCallback( callback )
  File 
/home/ma7730/lavori/QGIS-master/build26/output/python/plugins/db_manager/db_manager.py,
line 273, in invokeCallback
callback( self.tree.currentItem(), self.sender(), self )
  File 
/home/ma7730/lavori/QGIS-master/build26/output/python/plugins/db_manager/db_plugins/postgis/plugin.py,
line 172, in runVacuumAnalyzeActionSlot
parent.infoBar().pushMessage(self.tr(Select a table for vacuum
analyze.), QgsMessageBar.INFO, parent.iface.messageTimeout())
TypeError: 'QgsMessageBar' object is not callable



QGIS 2.6 on Debian testing machine but confirmed also on windows and mac
computers.


Should I open a ticket?


Cheers


Matteo
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] problem with VACUUM in DB Manager

2014-12-03 Thread Salvatore Larosa
Hi,

On Wed, Dec 3, 2014 at 3:41 PM, Matteo Ghetta matteo.ghe...@gmail.com wrote:
 Hi all,
 maybe a problem in QGIS 2.6 with VACUUM analyze on both database and schemas
 but not on single tables.

 This is the error:

 Errore durante l'esecuzione di codice Python:

 Traceback (most recent call last):
   File
 /home/ma7730/lavori/QGIS-master/build26/output/python/plugins/db_manager/db_manager.py,
 line 201, in
 invoke_callback = lambda x: self.invokeCallback( callback )
   File
 /home/ma7730/lavori/QGIS-master/build26/output/python/plugins/db_manager/db_manager.py,
 line 273, in invokeCallback
 callback( self.tree.currentItem(), self.sender(), self )
   File
 /home/ma7730/lavori/QGIS-master/build26/output/python/plugins/db_manager/db_plugins/postgis/plugin.py,
 line 172, in runVacuumAnalyzeActionSlot
 parent.infoBar().pushMessage(self.tr(Select a table for vacuum
 analyze.), QgsMessageBar.INFO, parent.iface.messageTimeout())
 TypeError: 'QgsMessageBar' object is not callable

my fault when I introduced that changes, sorry.

 QGIS 2.6 on Debian testing machine but confirmed also on windows and mac
 computers.


 Should I open a ticket?

Jürgen has just fixed in master. so it is not necessary to file a ticket. thanks


-- 
Salvatore Larosa
linkedIn: http://linkedin.com/in/larosasalvatore
twitter: @lrssvt
skype: s.larosa
IRC: lrssvt on freenode
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer