Harelba Q Versions Save

q - Run SQL directly on delimited files and multi-file sqlite databases

2.0.11

3 years ago

2.0.10

4 years ago

Please download release 2.0.9 from the web site http://harelba.github.io/q/ which contains rpm and deb packages as well. Another option would be to download version 2.0.9 from the "releases" list here, but it doesn't contain any rpm or deb packaging, just the windows installation.

2.0.9

4 years ago

2.0.8

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.4

4 years ago

2.0.2

4 years ago

1.7.1

6 years ago

This release has one feature - Being able to write the data into an sqlite3 disk database.

Use -S <db-filename> in order to save the data, and use any sqlite3 client to analyze/process it.

1.6.3

7 years ago

This is the first actual release of 1.6.x (previous 1.6.x were used to test the new release process).

  • Added parameter for controlling maximum field size and providing info when failed
  • Added a flag to disable automatic column type detection
  • Fixed beautify when output headers exist
  • Solved the following bugs:
    • #89 - Output formatting attempts to apply to header row
    • #115 - Fixed bug in escaping double-quotes
    • #116 - Test breaks when running on a Mac
    • #126 - Fixed bug with handling of null values in relaxed mode (exposed by #126)
    • #122 - Empty data and missing header behavior fixed
    • #132 - -b -D'|' not applied to -O header line
    • #131 - -b flag fails when no results match query
    • #114 - "Crashes" when conditions don't match any rows.
  • Merged the following PRs:
    • #137 - Unit tests with Travis CI - Thanks @serima !
    • #107 - update query parameter - Thanks @jungle-boogie !
    • #103 - Simplified mac homebrew version bump instructions - Thanks @bfontaine !
  • Version release process changes
  • Doc changes