Bug #64162 Unexpected exception while exporting pre-inserted records from the Inserts Tab
Submitted: 30 Jan 2012 9:30 Modified: 4 Feb 2012 12:52
Reporter: Fotis Kokkoras Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S3 (Non-critical)
Version:5.2.37 OS:Windows (v.7/64bit, updated)
Assigned to: CPU Architecture:Any
Tags: EER Diagram, Export recordset, inserts tab

[30 Jan 2012 9:30] Fotis Kokkoras
Description:
I have a table with some (14) records (id, description) pre-inserted in the Inserts tab. When trying to export these records using the button provided, I am getting an exception, right after operation (exporting) finishes. The format of the export does not affect the bug. The exporting is actually done. The exception takes place right after the exporting and before returning to Worckbench's main window.

The exception window says: "Object reference not set to an instance of an object". The application is still operational after this.

How to repeat:
Start Worckbench, create a new EER diagram, add a new table, in the columns tab add 2 fields (id/INT, descr/varchar(45)). Then go to the inserts tab and add a couple of records. Press the "apply changes button" and then press the "export recordset" button. Save as CSV. The exception occurs right after the save operation.

Suggested fix:
I doesn't look like it creates any havoc to the rest of the app which is still operational.
[30 Jan 2012 9:42] Valeriy Kravchuk
Thank you for the bug report. Verified on 32-bit Windows XP also.
[4 Feb 2012 12:52] Valeriy Kravchuk
This is actually a duplicate of Bug #63883.