Releases: mithrandie/csvq
Releases · mithrandie/csvq
Pre-Release v1.13.0-pr.2
- 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
- Support LATERAL join. ([Github #24](https://github.com/mithrandie/csvq/issues/25))
Release v1.12.5
- Ignore all leading and trailing white spaces of the field name when specifying a field name.
Release v1.12.4
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
Fix stdin error in the interactive shell.
Pre-release v1.12.4-pr.1
Fix a bug that arrow keys do not work in the interactive shell on Windows. (Github #26)
Release v1.12.3
- Fix a bug of LIKE operator.
Release v1.12.2
- Fix a bug of LIKE operator. ([Github #25](https://github.com/mithrandie/csvq/pull/25))
Release v1.12.1
- Update syntax description about the command option "--strip-ending-line-break".
Release v1.12.0
- 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".