MySQL Forums
Forum List  »  MySQL Workbench

Re: Can I see the SQL generated by Table Import Wizard
Posted by: Marcin Szalowicz
Date: January 22, 2018 09:12AM

Hello Jo,
currently there's no way to checkout the sql generated by the Table Import Wizard.
But you can check out how it's done analyzing the sqlide_power_import_export_be.py file.
Look for functions named: prepare_new_table and start_import.
From there on you should see that the import is using prepared statements.
Let us know if you need anything else.

Marcin SzaƂowicz, MySQL Developer Tools
Oracle Corporation

Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/5.6/en/index.html

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Can I see the SQL generated by Table Import Wizard
327
January 22, 2018 09:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.