Skip to content

Ver 1.0.0

Choose a tag to compare

@perNyfelt perNyfelt released this 24 Nov 21:16
· 237 commits to main since this release

As far as i know, this release make JParq fully compliant with the SQL Standard for read operations.
Changes since last release include:

  • Additional Derived Tables support:
    • LATERAL derived tables
    • VALUES table constructors
    • Support TABLE wrapper for UNNEST table functions
  • Complete set-operation coverage.
    • INTERSECT ALL
    • EXCEPT ALL
    • Support for nested set operations
  • Add simple schema validation
  • Bug fixes to UNNEST, CTE, EXCEPT
  • Add SQL compliance test suite to verify that all works
  • support || operator for string and binary concatenations
  • support for explicit NULLS FIRST and NULLS LAST in ORDER BY