Skip to content

Tags: mije/sq

Tags

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cobra upgrade: includes shell completion work (neilotoole#81)

Addressed neilotoole#80

v0.14.9

Toggle v0.14.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Xlsx import handle empty sheets (neilotoole#79)

* can now import XLSX with empty sheets

* renamed XLSX test article

v0.14.8

Toggle v0.14.8's commit message
flag usage update

v0.14.7

Toggle v0.14.7's commit message
goreleaser update: artifacts no longer have version numbers

v0.14.6

Toggle v0.14.6's commit message
docs & misc

v0.14.5

Toggle v0.14.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
made sq repo public, at long last (neilotoole#75)

v0.14.4

Toggle v0.14.4's commit message
sq tbl truncate for postgres now outputs the number of rows truncated

v0.14.3

Toggle v0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixed some panics with oddly-shaped xlsx imports (neilotoole#71)

v0.14.2

Toggle v0.14.2's commit message
README update

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Initial work on a JSON driver (neilotoole#70)

* implementation work for json importers

* json driver checkpoint

* working on json.ParseObjectsInArray

* json.ParseObjectsInArray seems to be working

* checkpoint while tidying up ParseObjectsInArray

* more tidy checkpoint

* more tidy checkpoint 2

* tidying up ParseObjectsInArray

* tidy up

* code/docs cleanup

* more cleanup of json driver

* more cleanup of json driver

* flat json import seemingly working

* improvements to json driver

* json writer now prints empty [] for postgres empty tables