[Squirrel-sql-users] Sql2ins
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
From: Massimo Re <max...@gm...> - 2021-04-10 16:26:38
|
Hi guys ! I'm using Squirrel from long time and I'm very happy to work with it. So first of all, i want to congratulate with all teams members, it's excellent and work fine. I want to ask to add a new little feature or improvement. With Alt+T, i often use Sql2ins to have a script with an INSERT INTO statement for each record in the table. If the table contains a lot of records, i got the error message Java heap space (query results is over the maximum memory available.) Is possibile add a new option Sql2insfile that create a new .sql file containing all INSERT INTO statements for every records in the table ? This new option can resolve the problem above ... Is possibile to develop it ? Thank you Max |