6PATyCb opened a new issue, #4761: URL: https://github.com/apache/netbeans/issues/4761
### 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](https://github.com/apache/netbeans/blob/master/ide/db.sql.editor/src/org/netbeans/modules/db/sql/editor/ui/actions/ToggleKeepOldResultTabsAction.java):  ### Related issues _No response_ ### Are you willing to submit a pull request? Yes ### Code of Conduct Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
