8000 Tags · zoonect-oss/ash_postgres · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: zoonect-oss/ash_postgres

Tags

v2.0.11

Toggle v2.0.11's commit message
release v2.0.11

[v2.0.11](ash-project/ash_postgres@v2.0.10...v2.0.11) (2024-06-19)
Bug Fixes:
* store fallback_basis for type detection
* rework expression type detection
* ensure index keys are atoms in generated migrations (ash-project#332)

v2.0.10

Toggle v2.0.10's commit message
release v2.0.10

[v2.0.10](ash-project/ash_postgres@v2.0.9...v2.0.10) (2024-06-18)
Bug Fixes:
* update ash_sql to fix query generation issues
* ensure that parens are always added to calculation generated SQL
* properly get calculation sql
Improvements:
* better type handling using new type inference
* identities w/ calculations and where clauses in upserts

v2.0.9

Toggle v2.0.9's commit message
release v2.0.9

[v2.0.9](ash-project/ash_postgres@v2.0.8...v2.0.9) (2024-06-13)
Features:
* autogenerate index in references (ash-project#321)
* autogenerate index in references
Bug Fixes:
* fix invalid select on sorting by some calculations
* fix error message displaying in identity verifier
* ensure that context multitenancy is properly applied to lateral many-to-many joins
* don't assume old snapshots have `index?` key for attributes
* `list_tenants` -> `all_tenants`
* when checking for roll back-able migrations, only check `Path.basename`
Improvements:
* don't sort identity keys.

v2.0.8

Toggle v2.0.8's commit message
release v2.0.8

[v2.0.8](ash-project/ash_postgres@v2.0.7...v2.0.8) (2024-06-06)

v2.0.7

Toggle v2.0.7's commit message
release v2.0.7

[v2.0.7](ash-project/ash_postgres@v2.0.6...v2.0.7) (2024-06-06)
Bug Fixes:
* update ash_sql and fix issues retaining lateral join context
* ensure that all current attribute values are selected on bulk update shifted root query

v1.5.28

Toggle v1.5.28's commit message
release v1.5.28

[v1.5.28](ash-project/ash_postgres@v1.5.27...v1.5.28) (2024-05-28)
Bug Fixes:
* remove erroneous IO.inspect
* ensure we reselect all changing fields
* don't use `fragment("1")` because ecto requires a proper source
* properly use `ash_postgres_subquery` callback for `exists` on manual relationships
* properly set tenant on aggregate queries
* make string concat work with non literal lists
* properly handle non-filter aggregate filters

v1.5.27

Toggle v1.5.27's commit message
release v1.5.27

[v1.5.27](ash-project/ash_postgres@v1.5.26...v1.5.27) (2024-05-28)
Bug Fixes:
* ensure we reselect all changing fields
* don't use `fragment("1")` because ecto requires a proper source
* properly use `ash_postgres_subquery` callback for `exists` on manual relationships
* properly set tenant on aggregate queries
* make string concat work with non literal lists
* properly handle non-filter aggregate filters

v2.0.4

Toggle v2.0.4's commit message
release v2.0.4

[v2.0.4](ash-project/ash_postgres@v2.0.3...v2.0.4) (2024-05-23)
Bug Fixes:
* ensure update's reselect all changing values

v2.0.3

Toggle v2.0.3's commit message
release v2.0.3

[v2.0.3](ash-project/ash_postgres@v2.0.2...v2.0.3) (2024-05-22)
Bug Fixes:
* handle complex maps/list on update
* support anonymous aggregates in sorts
* ensure parent_as bindings properly reference binding names
* add and remove custom indexes in tandem properly
Improvements:
* support `on_delete: :nilify` for specific columns (ash-project#289)

v2.0.2

Toggle v2.0.2's commit message
release v2.0.2

[v2.0.2](ash-project/ash_postgres@v2.0.1...v2.0.2) (2024-05-15)
Bug Fixes:
* rework the update and destroy query builder to support multiple kinds of joining
* remove duplicate repo flags (ash-project#285)
* ensure filter is included in stale record error message
* properly parse previous version from migration generation
0