All Versions
10
Latest Version
Avg Release Cycle
64 days
Latest Release
1768 days ago
Changelog History
Changelog History
-
v0.7.8 Changes
January 12, 2020๐ Maintenance release:
- โก๏ธ Updates driver dependencies
- ๐ Fixes propagation of statement configuration based on the driver for included scripts (\i, \ir, -f)
-
v0.7.7 Changes
November 15, 2019๐ Minor update from previous release, updating to fixed Vertica driver.
-
v0.7.6 Changes
November 15, 2019โ Addition of Vertica database and updates to latest drivers/package dependencies.
-
v0.7.5 Changes
August 11, 2019๐ No substantial feature updates from previous v0.7.x builds; maintenance release, primarily updating third-party package dependencies.
-
v0.7.4
April 28, 2019 -
v0.7.3
April 05, 2019 -
v0.7.2
March 08, 2019 -
v0.7.1 Changes
January 06, 2019๐ Point release, updates database dependencies, and fixes some minor issues.
-
v0.7.0 Changes
June 13, 2018๐ Release v0.7.0 fixes issues with syntax highlighting, initial support for Cassandra databases via CQL, and general code cleanup. The major changes:
- ๐ Cassandra (CQL) support
- ๐ Syntax highlighting fixes
- โ Added
-v
/--set
command line parameter (compatibility withpsql
) - โ Added "batch query" support for databases (
ql
+cql
) - ๐ Fixed issues with query prefix detection / parsing
- Switched from
dep
tovgo
for dependency management
๐ To install using the binary release:
- ๐ง Download the archive (
.zip
or.bz2
) for your platform (Windows, OSX, Linux) - Extract
usql
from the downloaded archive and place somewhere in$PATH
To install on OSX via Homebrew:
# add tap$ brew tap xo/xo# install usql with "most" drivers$ brew install usql# install usql with oracle and odbc support$ brew install --with-oracle --with-odbc usql
-
v0.7.0-rc4
June 12, 2018