Skip to content

Releases: partiql/partiql-lang-kotlin

v1.3.10

01 Apr 21:04
4c74352

Choose a tag to compare

Added

Changed

Deprecated

Reverted

Redefine DATE_ADD and DATE_DIFF to be special syntax for the standard SQL datetime arithmetic operators: #1819

List of commits: v1.3.9...v1.3.10

v1.3.9

20 Mar 20:56
49594e2

Choose a tag to compare

What's Changed

  • Fixed the issue that Set Op throws "Not Implemented error" SELECT DISTINCT

Contributors

Thank you to all who have contributed!

@xd1313113

Full Changelog: v1.3.8...v1.3.9

v1.3.8

19 Mar 22:44
d4bc31c

Choose a tag to compare

What's Changed

  • Relax type match check for set operations UNION/INTERSECT/EXCEPT
  • Fixed AVG and SUM aggregation functions throwing IllegalStateException on VARIANT-typed inputs
  • Fixed path navigation errors for COALESCE and NULLIF function

Contributors

Thank you to all who have contributed!

@xd1313113

Full Changelog: v1.3.7...v1.3.8

v1.3.7

09 Mar 23:20
7e9cab9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.6...v1.3.7

v1.3.6

09 Mar 23:19
24c88a4

Choose a tag to compare

What's Changed

Full Changelog: v1.3.5...v1.3.6

v1.3.5

05 Mar 02:53
1f7d072

Choose a tag to compare

Fixed

  • Incorrectly throwing errors in PERMISSIVE mode
  • String functions unexpectedly fail with evaluation errors

Contributors

Thank you to all who have contributed!

List of commits: v1.3.4...v1.3.5

v1.3.4

16 Feb 22:14
d62ee67

Choose a tag to compare

Fixed

  • Fixed SIZE function compilation to properly handle SELECT expressions instead of coercing them to scalars

Contributors

Thank you to all who have contributed!

List of commits: v1.3.3...v1.3.4

v1.3.3

16 Jan 23:30
9e4f94a

Choose a tag to compare

Added

  • Added ExprError AST node and error handling for datetime field keywords (YEAR, MONTH, DAY, HOUR, MINUTE, SECOND) used in expression contexts

Contributors

Thank you to all who have contributed!

List of commits: v1.3.2...v1.3.3

v1.3.2

19 Nov 23:47
91ead7a

Choose a tag to compare

Added

  • Add auto cast support for TIMETIME WITH TIME ZONE, DATETIMESTAMPTIMESTAMP WITH TIME ZONE
  • Implement DATE_DIFF function
  • Add TIME WITH TIME ZONE and TIMESTAMP WITH TIME ZONE support to some datetime operators + and -.

Contributors

Thank you to all who have contributed!

List of commits: v1.3.1...v1.3.2

v1.3.1

07 Nov 16:05
1c861cc

Choose a tag to compare

Added

  • Support aggregation function calls in the ORDER BY and HAVING clause
  • Add Support to transcribe Overlaps function
  • Add planner support to compare DATE and TIMESTAMP(Z)

Contributors

Thank you to all who have contributed!

List of commits: v1.3.0...v1.3.1