Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork119
Comparing changes
Open a pull request
base repository:ash-project/ash_postgres
Uh oh!
There was an error while loading.Please reload this page.
base:d54f93c
head repository:ash-project/ash_postgres
Uh oh!
There was an error while loading.Please reload this page.
compare:4ca932c
- 12commits
- 46files changed
- 5contributors
Commits on Oct 16, 2025
fix: handle results that can't be mapped to the changeset in bulk_cre…
…ate (#638)* fix: handle results that can't be mapped to the changeset in bulk_createIf the identity used has attibutes that can be generated by thedatalayer, we can't map the result back to the changeset and we need tojust zip the results with the changesets and return them that way.* refactor: do a simple check for `upsert?` instead
Commits on Oct 17, 2025
* feat: support building error payloads using immutable functions (#639)
Citus compatibility: replace `jsonb_build_object` with immutable functions when `immutable_expr_error?` is true
Commits on Oct 18, 2025
test: add tests for ash_sql fix for exists paths in calculations
chore: update ash
Commits on Oct 19, 2025
Commits on Oct 20, 2025
Commits on Oct 30, 2025
Commits on Nov 4, 2025
test: Add failing test for aggregate with parent() + select() + limit…
…() (#644)Reproduces a bug where combining select() + limit() with an aggregatethat uses parent() in its filter causes SQL error.This bug was found in ash_graphql where GraphQL list queries wouldautomatically trigger this scenario.
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff d54f93c...4ca932c
Uh oh!
There was an error while loading.Please reload this page.