Releases: ash-project/ash_sql
Releases · ash-project/ash_sql
v0.2.92
Bug Fixes:
- retain joined relationships for distinct requirements by @zachdaniel
v0.2.91
Bug Fixes:
- handle case where sort is not set in bindings by @zachdaniel
v0.2.90
Bug Fixes:
-
don't distinct aggregate subqueries by @zachdaniel
-
Expand distinct with sort order (#162) by Kenneth Kostrešević
Improvements:
- support unrelated aggregates (#164) by @zachdaniel
v0.2.89
Bug Fixes:
- pull tenant from query properly by @zachdaniel
v0.2.88
Bug Fixes:
- add missing pattern match on exists aggregate by @zachdaniel
v0.2.87
Bug Fixes:
-
include references within
exists
while building calculation joins by @zachdaniel -
make it clear that we don't support aggregates w/ modify_query by @zachdaniel
v0.2.86
Bug Fixes:
-
ensure aggregates set
refs_at_path
and calc hydration uses them by @zachdaniel -
ensure that decimal-producing calculations cast args as decimals by @zachdaniel
v0.2.85
Bug Fixes:
- ensure we join nested parent references properly by @zachdaniel
v0.2.84
Bug Fixes:
- handle parent paths in first relationship of exists path by @zachdaniel
v0.2.83
Bug Fixes:
- ensure calculations are properly type cast by @zachdaniel