netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Sql editor improvement for batch execution support

Open 6PATyCb opened this issue 3 years ago • 0 comments

Description

Sometimes I using sql editor to fill new table. My sql-scripts looks like that: image 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: image

Related issues

No response

Are you willing to submit a pull request?

Yes

Code of Conduct

Yes

6PATyCb avatar Oct 09 '22 20:10 6PATyCb