Releases: Sibyx/duckql-python
Releases · Sibyx/duckql-python
0.13.0
- Added: Ability to use casting for
ORDER BY
property
0.12.1
- Fixed: Corrected cast of JSON fields
0.12.0
- Feature:
FirstValue
window function introduced
- Feature: Positional
ArrayAgg
introduced
0.11.1
- Change: Ability to cast to UUID
0.11.0
- Feature: More benevolent type nesting
0.10.0
- Feature:
Case
introduced (without docs, there was no time, sry, let's call it Easter Egg for a while)
0.9.1
- Fix: Fixed problem with multiple properties in operations (I had to remove comparison property check)
0.9.0
- Fix: Fixed nested conditions (
Operator
can contain another Operator
)
- Change: Dropped Python 3.6 support
0.8.2
- Fix: Use
->
instead of -->
0.8.1
- Fix: Use
-->
operator in JSON lookup chaining in nested objects