Bug #59829 insert script error
Submitted: 31 Jan 2011 4:17 Modified: 2 Mar 2011 16:30
Reporter: Steward Oakley Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:5.2.31a OS:Other (Windows 7)
Assigned to: CPU Architecture:Any
Tags: execute, script

[31 Jan 2011 4:17] Steward Oakley
Description:
Whenever I try running an import script (data import from insert statements)
I get an "Unexpected Error". It's preventing me from doing any work.

How to repeat:
make table Countries (continentId, countryName, countryId) where countryId is PK and it's automatically incremented
continentId.Countries=continentId.Continents FK
make table Continents (continentId, continentName) where continentId is PK

INSERT INTO Countries (continentId, countryName) VALUES (7, 'Bouvet Island');
INSERT INTO Countries (continentId, countryName) VALUES (7, 'French Southern Territories');
INSERT INTO Countries (continentId, countryName) VALUES (7, 'Heard Island and McDonald Islands');
INSERT INTO Countries (continentId, countryName) VALUES (7, 'South Georgia and the South Sandwich Islands');
...etc
[2 Feb 2011 16:30] Johannes Taxacher
Hi Steve,

can you describe in more detail how you inserted/imported the data? was this in model or SQL-Query section?
What kind of error dialog does appear? If it is the "rport this problem" dialog, please right click somwhere inside, and choose "copy stack information" to attach it to this report
[3 Mar 2011 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".