Tags: bcksl/ash_postgres
Tags
release v1.3.17 [v1.3.17](ash-project/ash_postgres@v1.3.16...v1.3.17) (2023-03-20) Bug Fixes: * properly map `parent` bindings in `exists`
release v1.3.16 [v1.3.16](ash-project/ash_postgres@v1.3.15...v1.3.16) (2023-03-03) Improvements: * support new date expressions
release v1.3.15 [v1.3.15](ash-project/ash_postgres@v1.3.14...v1.3.15) (2023-02-23) Improvements: * add aggregates used by sorts
release v1.3.14 [v1.3.14](ash-project/ash_postgres@v1.3.13...v1.3.14) (2023-02-21) Improvements: * Implement string_join expr (ash-project#132)
release v1.3.13 [v1.3.13](ash-project/ash_postgres@v1.3.12...v1.3.13) (2023-02-17) Bug Fixes: * don't use `:distinct` when `uniq?` is not `true`
release v1.3.12 [v1.3.12](ash-project/ash_postgres@v1.3.11...v1.3.12) (2023-02-16) Bug Fixes: * exclude `order_by` when building aggregates
release v1.3.11 [v1.3.11](ash-project/ash_postgres@v1.3.10...v1.3.11) (2023-02-16) Bug Fixes: * properly find migration directories in umbrella apps * don't double-cast to array for list aggregates Improvements: * significantly optimize aggregate queries * better type casting for concat operator
release v1.3.10 [v1.3.10](ash-project/ash_postgres@v1.3.9...v1.3.10) (2023-02-09) Bug Fixes: * sorting on optimized first aggregates
release v1.3.9 [v1.3.9](ash-project/ash_postgres@v1.3.8...v1.3.9) (2023-02-09) Bug Fixes: * do limit/offset outside of query if distinct is required * load by __order__ ascending Improvements: * support new `uniq?` option on count/list aggregates * optimized `first` aggregates where possible
release v1.3.8 [v1.3.8](ash-project/ash_postgres@v1.3.7...v1.3.8) (2023-02-06) Bug Fixes: * Actually use `AshPostgres.Repo` behaviour (ash-project#129) Improvements: * authorization filters are now attached by ash core
PreviousNext