All Versions
10
Latest Version
Avg Release Cycle
64 days
Latest Release
1537 days ago

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 with psql)
    • โž• Added "batch query" support for databases (ql + cql)
    • ๐Ÿ›  Fixed issues with query prefix detection / parsing
    • Switched from dep to vgo 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