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:
   
![image](https://user-images.githubusercontent.com/33724393/194776741-74710d03-efa9-45ca-846a-2c7a249aaf21.png)
   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):
   
![image](https://user-images.githubusercontent.com/33724393/194777396-bf07779e-953f-4198-bb33-036ed7fd13d7.png)
   
   
   ### 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

Reply via email to