Skip to content

Releases: zappee/sql-runner

0.3.1

02 Jan 00:44
Compare
Choose a tag to compare

[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 the statement.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

19 May 23:23
Compare
Choose a tag to compare

[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

0.2.1

04 Aug 15:52
Compare
Choose a tag to compare
  • add binary JAR to the release

0.2.0

04 Aug 15:36
e8947c1
Compare
Choose a tag to compare
  • support oracle dialect
  • set timeout to 60 sec while trying to connect to the database