netbeans
netbeans copied to clipboard
Sql editor improvement for batch execution support
Description
Sometimes I using sql editor to fill new table. My sql-scripts looks like that:
If the script contains a huge number of lines, its execution is a very slow action. To speed up this action would be good use
java.sql.Statement method executeBatch.
Use case/motivation
In a UI, this could be a toggle button, like ToggleKeepOldResultTabsAction:

Related issues
No response
Are you willing to submit a pull request?
Yes
Code of Conduct
Yes