Skip to content

Releases: mithrandie/csvq

Release v1.11.8

12 Dec 17:21
Compare
Choose a tag to compare
- Prevent query results from being written when the results is empty. ([Github #21](https://github.com/mithrandie/csvq/issues/21))

Release v1.11.7

03 Dec 07:31
Compare
Choose a tag to compare
- Fix misspellings in the syntax subcommand.

Release v1.11.6

31 Oct 02:25
Compare
Choose a tag to compare
- Modify the behavior of enclosures completion on the interactive shell. ([Github #12](https://github.com/mithrandie/csvq/issues/12))

Release v1.11.5

06 Jul 02:26
Compare
Choose a tag to compare
- Add a built-in function. ([Github #10](https://github.com/mithrandie/csvq/pull/10))
  - String Function
      - SUBSTRING

Release v1.11.4

01 Jun 12:22
Compare
Choose a tag to compare
- Fix the following bug.
  - NOT IN operator returns incorrect result in some cases.

Release v1.11.3

01 Jun 06:16
Compare
Choose a tag to compare
- Implement FETCH clause that can be used in place of LIMIT clause in SELECT query.
- Fix the following bug.
  - FALSE takes precedence over UNKNOWN in NOT IN expression.

Release v1.11.2

26 May 16:11
Compare
Choose a tag to compare
- Add built-in functions.
  - Aggregate Functions
    - STDEV
    - STDEVP
    - VAR
    - VARP
  - Analytic Functions
    - STDEV
    - STDEVP
    - VAR
    - VARP

Release v1.11.1

19 May 20:37
Compare
Choose a tag to compare
- Fix the following bugs.
  - Subqueries in recursive queries cannot reference that temporary tables.

Release v1.11.0

19 May 12:16
Compare
Choose a tag to compare
- Enable enclosure characters to be escaped with double enclosures.
- Add the command option "--ansi-quotes".
- Add the Flag "@@ANSI_QUOTES".
- Fix the following bugs.
  - Double backspaches in a string cannot be parsed correctly.
  - Escaping in external command syntax cannot be parsed correctly.
  - Versions are not compared correctly in check-update subcommand.

Pre-release v1.11.0-pr.2

19 May 11:12
Compare
Choose a tag to compare
Pre-release
Fix the following bug.
- Versions are not compared correctly in check-update subcommand.