Ver 1.0.0
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