deltasql 1.6.3 ships with two new tools which help to create SQL scripts based on exported files in comma separated value format (.csv). They are useful when managing third party applications which require configuration via GUI, or generally when customers send data to be loaded into the managed application.
The two tools support creation of INSERT scripts, and of INSERT,UPDATE,DELETE scripts based on .csv exported from your SQL client. This in case your SQL client does not have an SQL export feature, or if you want to record configurations changes on big applications mantained and developed by a third party. In such case, you would export the db table before doing the changes as .csv, and after doing it. The provided tool will generate automatically an SQL script with the changes, the script can then be submitted to deltasql in the usual way.
This release also includes an updated JDBC driver for Microsoft SQL server.
Minor fixes round the release.