Skip to content

Releases: mithrandie/csvq

Release v1.14.1

21 Mar 20:37
Compare
Choose a tag to compare
- Fix a bug of dual table. ([GitHub #49](https://github.com/mithrandie/csvq/issues/49))

Pre-Release v1.15.0-pr.1

20 Mar 17:13
Compare
Choose a tag to compare
Pre-release
- 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

16 Mar 21:34
Compare
Choose a tag to compare
Pre-release
Add regular expression functions.

- REGEXP_MATCH
- REGEXP_FIND
- REGEXP_FIND_SUBMATCHES
- REGEXP_FIND_ALL
- REGEXP_REPLACE

Release v1.14.0

09 Mar 11:51
Compare
Choose a tag to compare
- 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

07 Mar 20:13
Compare
Choose a tag to compare
Pre-release
- 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

31 Jan 14:37
Compare
Choose a tag to compare
- Fix a bug in the --import-format option. ([Github #41](https://github.com/mithrandie/csvq/issues/41))

Release v1.13.7

23 Nov 00:40
Compare
Choose a tag to compare
- Add the command option "--strict-equal".

Release v1.13.6

05 Sep 02:11
Compare
Choose a tag to compare
- 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

22 May 01:22
Compare
Choose a tag to compare
Change reference scope in lateral subquery. ([Github #30](https://github.com/mithrandie/csvq/issues/30))

Release v1.13.0

20 May 18:56
Compare
Choose a tag to compare
- 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.