Skip to content

Releases: neilotoole/sq

v0.25.0

19 Mar 06:31
89ba5a0
Compare
Choose a tag to compare

Added

  • #15: Column Aliases. You can now change specify an alias for a column (or column expression
    such as a function). For example: sq '.actor | .first_name:given_name, or sq .actor | count(*):quantity.
  • #151: sq add now has a --active flag, which immediately sets the new source
    as the active source.

v0.24.4

15 Mar 07:59
Compare
Choose a tag to compare

Fixed

  • Fixed typos in sq sql command help.

v0.24.3

15 Mar 05:19
7148505
Compare
Choose a tag to compare

Added

  • When a CSV source has explicit column names (via --opts cols=A,B,C), sq now verifies
    that the CSV data record field count matches the number of explicit columns.

v0.24.2

14 Mar 04:01
Compare
Choose a tag to compare

Fixed

  • #142: Improved error handling when Postgres current_schema() is unavailable.

v0.24.1

12 Mar 04:33
143d2a1
Compare
Choose a tag to compare

Fixed

  • #144: Handle corrupted config active source.

v0.24.0

01 Jan 06:18
Compare
Choose a tag to compare

Added

  • sq ping now respects --json flag.

v0.22.8

31 Dec 06:28
Compare
Choose a tag to compare
Renaming workflow elements

v0.22.7

31 Dec 06:11
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/neilotoole/sq

v0.22.6

31 Dec 05:56
Compare
Choose a tag to compare
Removed superflous 'scoop help' cmd from Test Install workflow

v0.22.5

31 Dec 04:41
d0f073b
Compare
Choose a tag to compare
Crashes on fedora, probably due to needing netgo tags (#138)