v1.0.9 - Introduce nested jaquel query #151
Closed
totonga
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This release introduces support for nested statements in Jaquel queries using a new
$nestedoperator. The main changes add the ability to use a nested Jaquel query as a condition, update the documentation, and provide comprehensive tests to ensure correct behavior and error handling for this new feature.Jaquel
$nestedoperator support$nestedoperator in Jaquel queries, allowing conditions to use the result of a nested Jaquel query as a subquery condition. This includes core logic insrc/odsbox/jaquel.pyto parse, validate, and construct nested statements, with error handling to prevent usage with$nulland$notnulloperators. [1] [2]$nestedas a valid aggregate.$nestedoperator and its usage.Maintenance
1.0.9insrc/odsbox/__init__.pyto reflect the new feature.amannn/[email protected]for PR title validation.What's Changed
Full Changelog: v1.0.8...v1.0.9
This discussion was created from the release v1.0.9.
Beta Was this translation helpful? Give feedback.
All reactions