Bug #46477 error on dumpColumns plugin
Submitted: 30 Jul 2009 14:41 Modified: 6 Aug 2009 16:34
Reporter: Scott Noyes Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.1.16 SE OS:Windows
Assigned to: Alfredo Kojima CPU Architecture:Any

[30 Jul 2009 14:41] Scott Noyes
Description:
Calling the "Dump All Table Columns" plugin provided standard with Workbench results in this error:

Error executing plugin wb.catalog.util.dumpColumns: error calling PyWbUtils.printAllColumns: 'str' object is not callable

How to repeat:
Plugins > Catalog > Dump All Table Columns

Suggested fix:
The supplied plugins ought to work out of the box.
[31 Jul 2009 6:07] Valeriy Kravchuk
Thank you for the bug report. Verified on Windows XP SP3.
[6 Aug 2009 12:54] Johannes Taxacher
fix condirmed. will be included in 5.1.17
[6 Aug 2009 12:55] Johannes Taxacher
the fix is "confirmed", of course (sorry for the typo)
[6 Aug 2009 16:34] Tony Bedford
An entry was added to the 5.1.17 changelog:

Calling the Plugins, Catalog, Dump All Table Columns item from the main menu generated the following error:

Error executing plugin wb.catalog.util.dumpColumns: error calling
PyWbUtils.printAllColumns: 'str' object is not callable