Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: treble37/ash_postgres

Tags

v0.42.0-rc.0

Toggle v0.42.0-rc.0's commit message
release v0.42.0-rc.0

[v0.42.0-rc.0](ash-project/ash_postgres@v0.41.7...v0.42.0-rc.0) (2022-04-26)
Features:
* support `cast_in_query?/0` and `source`
Bug Fixes:
* select custom aggregates properly
* don't add reference when renaming column if unnecessary
* don't cast `nil` to `""`
* `!is_atom/1` -> `!is_boolean/1`
* sanitize lists to stringify atoms
* cast embedded atoms to strings first
* don't cast `{:in, :any}` types
* more don't cast any types
* don't cast if there is no type
* properly handle relationship filter bindings
* don't consider fields changed with only source -> name changes
* handle name -> source change in more places
* handle name -> source rename in operation ordering
* fix aggregate/base filters
* don't select more fields than necessary
* don't call `ecto_type` twice when resolving types
* place expressions in the proper order in selects
* match on count in expr
* remove incorrect param count tracking
* properly track param count
* properly reverse parameters before/after expansion
* don't use the base ecto type
* don't sort when joining
* ensure repo is compiled (ash-project#80)
* properly construct nested join relationships
* use `CiStringWrapper` type in ash_postgres
* ensure we are returning * on upserts (ash-project#79)
* handle new if types
* copy query prefix to newly created query (ash-project#74)
Improvements:
* update ecto
* add atom impl for `EctoMigrationDefault`
* Add EctoMigrationDefault protocol and implement defaults (ash-project#87)
* update ecto, fix dialyzer
* support new timeouts
* make select unique before running query
* add doc_index
* add exclusion_constraint_names (ash-project#83)
* support referencing aggregates from aggregate filters
* support access syntax
* don't upsert defaults on conflict (ash-project#77)
* relax ash version requirement
* add custom migration types, and repo level override
* update to latest version of ash

v0.41.7

Toggle v0.41.7's commit message
release v0.41.7

[v0.41.7](ash-project/ash_postgres@v0.41.6...v0.41.7) (2021-12-21)
Bug Fixes:
* ensure repo is compiled (ash-project#80)
* properly construct nested join relationships
* use `CiStringWrapper` type in ash_postgres
* ensure we are returning * on upserts (ash-project#79)
* handle new if types
* copy query prefix to newly created query (ash-project#74)
Improvements:
* don't upsert defaults on conflict (ash-project#77)
* relax ash version requirement
* add custom migration types, and repo level override
* update to latest version of ash

v0.41.6

Toggle v0.41.6's commit message
release v0.41.6

[v0.41.6](ash-project/ash_postgres@v0.41.5...v0.41.6) (2021-12-21)
Bug Fixes:
* properly construct nested join relationships
* use `CiStringWrapper` type in ash_postgres
* ensure we are returning * on upserts (ash-project#79)
* handle new if types
* copy query prefix to newly created query (ash-project#74)
Improvements:
* don't upsert defaults on conflict (ash-project#77)
* relax ash version requirement
* add custom migration types, and repo level override
* update to latest version of ash

v0.41.5

Toggle v0.41.5's commit message
release v0.41.5

[v0.41.5](ash-project/ash_postgres@v0.41.4...v0.41.5) (2021-11-26)
Bug Fixes:
* ensure we are returning * on upserts (ash-project#79)
* handle new if types
* copy query prefix to newly created query (ash-project#74)
Improvements:
* don't upsert defaults on conflict (ash-project#77)
* relax ash version requirement
* add custom migration types, and repo level override
* update to latest version of ash

v0.41.4

Toggle v0.41.4's commit message
release v0.41.4

[v0.41.4](ash-project/ash_postgres@v0.41.3...v0.41.4) (2021-11-25)
Bug Fixes:
* handle new if types
* copy query prefix to newly created query (ash-project#74)
Improvements:
* don't upsert defaults on conflict (ash-project#77)
* relax ash version requirement
* add custom migration types, and repo level override
* update to latest version of ash

v0.41.3

Toggle v0.41.3's commit message
release v0.41.3

[v0.41.3](ash-project/ash_postgres@v0.41.2...v0.41.3) (2021-11-13)
Bug Fixes:
* handle new if types
* copy query prefix to newly created query (ash-project#74)
Improvements:
* relax ash version requirement
* add custom migration types, and repo level override
* update to latest version of ash

v0.41.2

Toggle v0.41.2's commit message
release v0.41.2

[v0.41.2](ash-project/ash_postgres@v0.41.1...v0.41.2) (2021-11-10)
Bug Fixes:
* copy query prefix to newly created query (ash-project#74)
Improvements:
* add custom migration types, and repo level override
* update to latest version of ash

v0.41.1

Toggle v0.41.1's commit message
release v0.41.1

[v0.41.1](ash-project/ash_postgres@v0.41.0-rc.9...v0.41.1) (2021-11-03)
Bug Fixes:
* copy query prefix to newly created query (ash-project#74)
Improvements:
* update to latest version of ash

v0.41.0-rc.9

Toggle v0.41.0-rc.9's commit message
release v0.41.0-rc.9

[v0.41.0-rc.9](ash-project/ash_postgres@v0.41.0-rc.8...v0.41.0-rc.9) (2021-11-01)
Bug Fixes:
* use proper ecto types everywhere
* try to fix missing paren issue in array_agg
* fix can? for :joins (ash-project#73)
* remove unused default value
* use proper identity names for polymorphic resources
* set identity names propertly for polymorphic resources
* handle nil values in snapshots better
* remove unused field from snapshot parsing
Improvements:
* support `default` on aggregates
* support `custom_indexes`

v0.41.0-rc.8

Toggle v0.41.0-rc.8's commit message
release v0.41.0-rc.8

[v0.41.0-rc.8](ash-project/ash_postgres@v0.41.0-rc.7...v0.41.0-rc.8) (2021-10-25)
Bug Fixes:
* fix can? for :joins (ash-project#73)
* remove unused default value
* use proper identity names for polymorphic resources
* set identity names propertly for polymorphic resources
* handle nil values in snapshots better
* remove unused field from snapshot parsing
Improvements:
* support `default` on aggregates
* support `custom_indexes`