Skip to content

Commit

Permalink
[SQLLINE-427] Release 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Nov 3, 2021
1 parent 8c545fd commit a3a3a16
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 7 deletions.
41 changes: 41 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@

For a full list of releases, see <a href="https://github.com/julianhyde/sqlline/releases">GitHub</a>.

## <a href="https://github.com/julianhyde/sqlline/releases/tag/sqlline-1.12.0">1.12.0</a> (2021-11-07)

Now sqlline works on Apple/M1 architecture
<a href="https://github.com/julianhyde/sqlline/issues/444">SQLLINE-444</a>.

This release requires Java version 8 or higher.

Bugs and functional changes:

* [<a href="https://github.com/julianhyde/sqlline/issues/447">SQLLINE-447</a>]
Certain sequence of queries for JSON output format leads to
ArrayIndexOutOfBoundsException
* [<a href="https://github.com/julianhyde/sqlline/issues/436">SQLLINE-436</a>]
User configuration file for sqlline (Richard Antal)
* [<a href="https://github.com/julianhyde/sqlline/issues/432">SQLLINE-432</a>]
Highlight decimal numbers when highlighting is on
* [<a href="https://github.com/julianhyde/sqlline/issues/431">SQLLINE-431</a>]
Custom prompt handler should apply even if there is no connection
The custom prompt handler is ignored until a connection is created;
with no connection, prompt is always "sqlline> " (IceMimosa)

Other:
* [<a href="https://github.com/julianhyde/sqlline/issues/434">SQLLINE-434</a>]
Support JDK 14, 15, 16
* [<a href="https://github.com/julianhyde/sqlline/issues/453">SQLLINE-453</a>]
Rename 'master' git branch to 'main'
* [<a href="https://github.com/julianhyde/sqlline/issues/454">SQLLINE-454</a>]
Enable jdk17 in Travis
* [<a href="https://github.com/julianhyde/sqlline/issues/444">SQLLINE-444</a>]
Update JLine to 3.21.0
* Upgrades:
* checkstyle to 9.0.1
* forbiddenapis to 3.2
* junit to 5.8.1
* maven-checkstyle-plugin to 3.1.2
* maven-dependency-plugin to 3.2.0
* maven-enforcer-plugin to 3.0.0
* maven-javadoc-plugin to 3.3.1
* maven-project-info-reports-plugin to 3.1.2
* maven-gpg-plugin to 3.0.1

## <a href="https://github.com/julianhyde/sqlline/releases/tag/sqlline-1.11.0">1.11.0</a> (2021-02-25)

A patch to release 1.10.0, fixing one issue.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SQLLine release 1.11.0
SQLLine release 1.12.0

This is a source or binary distribution of SQLLine.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you have [Coursier](https://github.com/coursier/coursier) installed, you
can quickly connect to a [demo Hypersonic database](https://github.com/julianhyde/foodmart-data-hsqldb) with:

```
$ coursier launch sqlline:sqlline:1.11.0 org.hsqldb:hsqldb:2.5.0 net.hydromatic:foodmart-data-hsqldb:0.4 -M sqlline.SqlLine -- -u jdbc:hsqldb:res:foodmart -n FOODMART -p FOODMART -d org.hsqldb.jdbcDriver
$ coursier launch sqlline:sqlline:1.12.0 org.hsqldb:hsqldb:2.5.0 net.hydromatic:foodmart-data-hsqldb:0.4 -M sqlline.SqlLine -- -u jdbc:hsqldb:res:foodmart -n FOODMART -p FOODMART -d org.hsqldb.jdbcDriver
0: jdbc:hsqldb:res:foodmart> select avg("shelf_height" * "shelf_width" * "shelf_depth") as "avg_volume" from "product";
+-------------------------+
| avg_volume |
Expand Down Expand Up @@ -119,7 +119,7 @@ Use the following definition to use `sqlline` in your maven project:
<dependency>
<groupId>sqlline</groupId>
<artifactId>sqlline</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions docs/manual.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>SQLLine 1.11.0</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book"><div class="titlepage"><div><div><h1 class="title"><a name="d5e1"></a>
SQLLine 1.11.0
<title>SQLLine 1.12.0</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book"><div class="titlepage"><div><div><h1 class="title"><a name="d5e1"></a>
SQLLine 1.12.0
</h1></div><div><p class="copyright">Copyright &copy; 2002, 2003, 2004, 2005 Marc Prud'hommeaux</p></div><div><p class="copyright">Copyright &copy; 2006-2021 Julian Hyde</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="part"><a href="#manual">I. SQLLine Manual</a></span></dt><dd><dl><dt><span class="chapter"><a href="#introduction">1. Introduction</a></span></dt><dt><span class="chapter"><a href="#license">2. License and Terms of Use</a></span></dt><dt><span class="chapter"><a href="#obtaining">3. Obtaining SQLLine</a></span></dt><dt><span class="chapter"><a href="#installation">4. Installation</a></span></dt><dd><dl><dt><span class="sect1"><a href="#d5e32">Required software</a></span></dt><dt><span class="sect1"><a href="#d5e49">Installing SQLLine</a></span></dt></dl></dd><dt><span class="chapter"><a href="#usage">5. Using SQLLine</a></span></dt><dd><dl><dt><span class="sect1"><a href="#usage_running">Running SQLLine</a></span></dt><dt><span class="sect1"><a href="#connecting">Connecting to a database</a></span></dt><dt><span class="sect1"><a href="#issuing_sql">Issuing SQL commands</a></span></dt><dt><span class="sect1"><a href="#issuing_multiline_sql">Issuing multiline commands</a></span></dt><dt><span class="sect1"><a href="#completion">Command Completion</a></span></dt></dl></dd><dt><span class="chapter"><a href="#options">6. Option Reference</a></span></dt><dd><dl><dt><span class="sect1"><a href="#-u">-u</a></span></dt><dt><span class="sect1"><a href="#-n">-n</a></span></dt><dt><span class="sect1"><a href="#-p">-p</a></span></dt><dt><span class="sect1"><a href="#-d">-d</a></span></dt><dt><span class="sect1"><a href="#-e">-e</a></span></dt><dt><span class="sect1"><a href="#-nn">-nn</a></span></dt><dt><span class="sect1"><a href="#-ch">-ch</a></span></dt><dt><span class="sect1"><a href="#-f">-f</a></span></dt><dt><span class="sect1"><a href="#-log">-log</a></span></dt><dt><span class="sect1"><a href="#-ac">-ac</a></span></dt><dt><span class="sect1"><a href="#--run">--run</a></span></dt><dt><span class="sect1"><a href="#--help">--help</a></span></dt><dt><span class="sect1"><a href="#--<property_name&gt;">--&lt;property_name&gt;</a></span></dt></dl></dd><dt><span class="chapter"><a href="#commands">7. Command Reference</a></span></dt><dd><dl><dt><span class="section"><a href="#sect_command_all">all</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="#command_all">all</a></span><span class="refpurpose"> &#8212;
Execute SQL against all active connections
</span></dt></dl></dd><dt><span class="section"><a href="#sect_command_autocommit">autocommit</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="#command_autocommit">autocommit</a></span><span class="refpurpose"> &#8212;
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/manual.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[
<!-- "http://www.docbook.org/xml/4.2/docbookx.dtd" -->
<!-- "file:/sw/share/xml/dtd/docbookx/4.2.0/docbookx.dtd" -->
<!ENTITY VERSION "1.11.0">
<!ENTITY VERSION "1.12.0">
]>
<book>
<bookinfo>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/sqlline/manual.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SQLLine 1.11.0
SQLLine 1.12.0

Copyright © 2002, 2003, 2004, 2005 Marc Prud'hommeaux
Copyright 2006-2021 Julian Hyde
Expand Down

0 comments on commit a3a3a16

Please sign in to comment.