Releases: ash-project/ash_sql
Releases · ash-project/ash_sql
v0.6.4
Bug Fixes:
- properly cast calculations in all sub-expressions by @zachdaniel
v0.6.3
Improvements:
- support starts/ends_with by @zachdaniel
v0.6.2
Bug Fixes:
-
ensure aggregates are threaded through already joined paths by Zach Daniel
-
use
date_addinstead ofdatetime_addwhen adding dates by Zach Daniel -
don't wrap in subquery if in a lateral join by Zach Daniel
v0.5.4
Bug Fixes:
- properly type cast inpust to intersects function by @zachdaniel
v0.5.3
Bug Fixes:
- only set sub_expr for literal values by @zachdaniel
v0.5.2
Bug Fixes:
- properly avoid type casts on maps w/ fields by @zachdaniel
v0.5.1
Bug Fixes:
- don't include the data layer in the context of subqueries by @zachdaniel
v0.5.0
Features:
Bug Fixes:
-
special case keyword list values in set statements by @zachdaniel
-
select name from first_relationship struct (#218) by Philip Capel (#218)
-
Fix CaseClauseError when filtering/sorting on doubly-nested embedded resource fields (#217) by sevenseacat (#217)
Improvements:
- don't cast integer/string equality check unnecessarily by @zachdaniel