Releases: zappee/sql-runner
Releases · zappee/sql-runner
0.3.1
[0.3.1] - 02 January, 2023
Fixed
- The SQL string is not a query exception: if the given SQL is not a query then
statement.executeUpdate()
must be used instead of thestatement.executeQuerystatement.executeQuery()
- Maven build error:
Could not find artifact com.oracle.jdbc:ojdbc8:jar:12.2.0.1 in central
Remal SQL Runner 0.3.0
[0.3.0]
Added
- execute external SQL Script file: see the
--file
option - default value for
--port
command - default value for
--host
command
Removed
--verbose
command