Hi,
Another futurer request.
I use scripts to create database tabels, indexes and foreinkeys.
these scripts are often very large.
sometimes there is an error in the script. In the result pane i only get the message something is wrong but. (This is the default MySQL error message) it would be very handy to print the line in the script which was executed.
I prefer this line number before every statement which is executed.
Is it also possible to show a progress indicator during exuteing the script. I now only see the script is executng, but there is no indicator of what the progress is.
maybe this can be done by printing the results direct after each statement is exeuted? of having a progress indicator witch gives the line in the script
(executing line x from totallines)
greatings Ecco