Releases: ash-project/ash_sql
Releases · ash-project/ash_sql
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
v0.4.5
v0.4.4
v0.4.3
Improvements:
- support atomics as insert values via subqueries by @zachdaniel
v0.4.2
Bug Fixes:
- properly increment aggregate bindings across joins by @zachdaniel