Releases: mithrandie/csvq
Releases · mithrandie/csvq
Release v1.17.5
Release v1.17.5
- Fix a bug of the CASE expression. (GitHub #78)
Release v1.17.4
Release v1.17.4
- Add the IF NOT EXISTS clause to the syntax of the CREATE TABLE statement. (GitHub #77)
Release v1.17.3
Release v1.17.3
- Set the default format to csv when the output is piped. (GitHub #71)
Release v1.17.1
- 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
- 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
- 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
- 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
- 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
- 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
Merge bug fixes in v1.14.1.