You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/10/09 20:14:18 UTC

[GitHub] [netbeans] 6PATyCb opened a new issue, #4761: Sql editor improvement for batch execution support

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: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists