Releases: ash-project/ash_sql
Releases · ash-project/ash_sql
v0.3.10
v0.3.9
Bug Fixes:
- more handling of storage types for typed struct arrays in AshSql by @zachdaniel
v0.3.8
Bug Fixes:
-
handle typed struct arrays with storage type :jsonb correctly (#183) by @Torkan (#183)
-
properly handle composition of nested calculation exists by @zachdaniel
-
ensure aggregate default values are always applied by @zachdaniel
v0.3.7
Improvements:
- update Ash to 3.7 and fix deprecated calls by @zachdaniel
v0.3.6
Improvements:
- support combination_acc/1 function to get current combination accumulator by @zachdaniel
v0.3.5
Bug Fixes:
- ensure aggregates are unique by name before adding by @zachdaniel
v0.3.4
Bug Fixes:
- properly avoid adding already computed aggregates by @zachdaniel
v0.3.3
Improvements:
- support massive aggregate optimization by @zachdaniel
v0.3.2
Bug Fixes:
- only do untyped expressions for array get_path types by @zachdaniel
v0.3.1
Bug Fixes:
Improvements:
-
Support calling immutable version of
ash_raise_error(#175) by @stevebrambilla (#175) -
add immutable_errors? to sql behaviour by @stevebrambilla (#175)