All Versions
10
Latest Version
Avg Release Cycle
64 days
Latest Release
1116 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