Skip to content

Releases: mithrandie/csvq

Release v1.17.5

26 Jun 02:45
Compare
Choose a tag to compare

Release v1.17.5

Release v1.17.4

25 Jun 15:10
Compare
Choose a tag to compare

Release v1.17.4

  • Add the IF NOT EXISTS clause to the syntax of the CREATE TABLE statement. (GitHub #77)

Release v1.17.3

19 Jun 21:37
Compare
Choose a tag to compare

Release v1.17.3

  • Set the default format to csv when the output is piped. (GitHub #71)

Release v1.17.1

17 Jun 12:48
Compare
Choose a tag to compare
- Allow analytic functions to be used as operands in expressions. ([GitHub #36](https://github.com/mithrandie/csvq/issues/36))
- Set output format from file extension. ([GitHub #76](https://github.com/mithrandie/csvq/issues/76))

Release v1.17.0

03 May 15:25
Compare
Choose a tag to compare
- Support column name wildcard for tables. ([GitHub #68](https://github.com/mithrandie/csvq/issues/68))
- Add a built-in function.
  - TITLE_CASE ([GitHub #48](https://github.com/mithrandie/csvq/issues/48))
- Modify integer and float handling.
  - Fixed a bug in the conversion between integer and float.
  - Intuitive handling of integer and float.
  - Allow exponential notation for float.

Release v1.16.0

26 Feb 18:31
Compare
Choose a tag to compare
- Support JSON Lines format. ([GitHub #58](https://github.com/mithrandie/csvq/issues/58))
- Support BOX format as an export format. ([GitHub #61](https://github.com/mithrandie/csvq/issues/61))

Release v1.15.2

13 Jun 14:14
Compare
Choose a tag to compare
- Allow empty key names in JSON output. ([GitHub #57](https://github.com/mithrandie/csvq/issues/57))
- Fix a bug of the "--allow-uneven-fields" option. ([GitHub #59](https://github.com/mithrandie/csvq/issues/59))

Release v1.15.1

05 May 00:21
Compare
Choose a tag to compare
- Allow same table names on both sides of set operators. ([GitHub #53](https://github.com/mithrandie/csvq/issues/53))
- Add the command option "--allow-uneven-fields". ([GitHub #54](https://github.com/mithrandie/csvq/issues/54))
- Fix a bug in parsing of set operations.

Release v1.15.0

28 Mar 23:36
Compare
Choose a tag to compare
- Add regular expression functions.
    - REGEXP_MATCH
    - REGEXP_FIND
    - REGEXP_FIND_SUBMATCHES
    - REGEXP_FIND_ALL
    - REGEXP_REPLACE
- Add Table-Valued functions.
    - CSV_INLINE
    - JSON_INLINE

Pre-Release v1.15.0-pr.2

21 Mar 21:50
Compare
Choose a tag to compare
Pre-release
Merge bug fixes in v1.14.1.