Releases: mithrandie/csvq
Releases · mithrandie/csvq
Release v1.14.1
- Fix a bug of dual table. ([GitHub #49](https://github.com/mithrandie/csvq/issues/49))
Pre-Release v1.15.0-pr.1
- Add the following Table-Valued functions. - CSV_INLINE - JSON_INLINE These functions can be specified an URL of HTTP scheme as a file.
Pre-Release v1.14.1-pr.1
Add regular expression functions. - REGEXP_MATCH - REGEXP_FIND - REGEXP_FIND_SUBMATCHES - REGEXP_FIND_ALL - REGEXP_REPLACE
Release v1.14.0
- Add the second argument to [the DATETIME function](https://mithrandie.github.io/csvq/reference/cast-functions.html#datetime) to specify the time zone. ([GitHub #43](https://github.com/mithrandie/csvq/issues/43)) - Interpret date and time strings as strings instead of converting them to DATETIME values when parsing. - Add the following items to the configuration file. - timezone - ansi_quotes
Pre-Release v1.14.0-pr.1
- Add the second argument to the DATETIME function to specify the time zone. ([GitHub #43](https://github.com/mithrandie/csvq/issues/43)) - Load datetime as a string instead of interpreting it when parsing.
Release v1.13.8
- Fix a bug in the --import-format option. ([Github #41](https://github.com/mithrandie/csvq/issues/41))
Release v1.13.7
- Add the command option "--strict-equal".
Release v1.13.6
- Enclose csv values containing double-quotes automatically. ([Github #37](https://github.com/mithrandie/csvq/issues/37)) - Discontinued to distribute binary for the following OS/Arch. - darwin/386 - linux/mips - linux/mips64 - linux/mips64le - linux/mipsle - linux/s390x
Release v1.13.1
Change reference scope in lateral subquery. ([Github #30](https://github.com/mithrandie/csvq/issues/30))
Release v1.13.0
- Support LATERAL join. ([Github #24](https://github.com/mithrandie/csvq/issues/24)) - Support USING join condition in FULL OUTER JOIN. - Support $XDG_CONFIG_HOME environment variable for configuration files.