I am pleased to announce the release of SQLLine version 1.3.0. Thanks to Ben
Poweski and Mike Mattozzi for contributions this release.
There is a new '!nickname' command, support for JDK 9 and Athena, and
enhancements to the '!record' and '!run' commands. For more information, see
the release notes[1] and the project’s home page[2].
As always, you can download the source and build the release, or you can get
the JARs directly from Maven Central by including the following in your
project's pom.xml:
<dependency>
<groupId>sqlline</groupId>
<artifactId>sqlline</artifactId>
<version>1.3.0</version>
</dependency>
Julian
[1] https://github.com/julianhyde/sqlline/blob/master/HISTORY.md#130-2017-06-09
<https://github.com/julianhyde/sqlline/blob/master/HISTORY.md#130-2017-06-09>
[2] https://github.com/julianhyde/sqlline
<https://github.com/julianhyde/sqlline>