Skip to content

Releases: mithrandie/csvq

Pre-Release v1.13.0-pr.2

19 May 21:27
Compare
Choose a tag to compare
Pre-release
- Support USING join condition in FULL OUTER JOIN.
- Support $XDG_CONFIG_HOME environment variable for configuration files.
- Make an error when using a LATERAL Keyword in a RIGHT or FULL OUTER JOIN.

v1.13.0-pr.1: Pre-Release v1.13.0-pr1

17 May 22:08
Compare
Choose a tag to compare
Pre-release
- Support LATERAL join. ([Github #24](https://github.com/mithrandie/csvq/issues/25))

Release v1.12.5

11 Apr 02:44
Compare
Choose a tag to compare
- Ignore all leading and trailing white spaces of the field name when specifying a field name.

Release v1.12.4

04 Feb 14:55
Compare
Choose a tag to compare
Fix a bug that arrow keys do not work in the interactive shell on Windows. ([Github #26](https://github.com/mithrandie/csvq/issues/26))

Pre-release v1.12.4-pr.2

04 Feb 14:28
Compare
Choose a tag to compare
Pre-release
Fix stdin error in the interactive shell.

Pre-release v1.12.4-pr.1

04 Feb 13:35
Compare
Choose a tag to compare
Pre-release
Fix a bug that arrow keys do not work in the interactive shell on Windows. (Github #26)

Release v1.12.3

15 Jan 02:23
Compare
Choose a tag to compare
- Fix a bug of LIKE operator.

Release v1.12.2

14 Jan 20:25
Compare
Choose a tag to compare
- Fix a bug of LIKE operator. ([Github #25](https://github.com/mithrandie/csvq/pull/25))

Release v1.12.1

13 Jan 02:24
Compare
Choose a tag to compare
- Update syntax description about the command option "--strip-ending-line-break".

Release v1.12.0

12 Jan 20:55
Compare
Choose a tag to compare
- Append a newline at the end of created and updated files. ([Github #22](https://github.com/mithrandie/csvq/issues/22))
- Add the command option "--strip-ending-line-break".