Skip to content

Fix encoding of domains over composite types#771

Merged
greg-rychlewski merged 2 commits into
elixir-ecto:masterfrom
greg-rychlewski:fix_domain
Jun 20, 2026
Merged

Fix encoding of domains over composite types#771
greg-rychlewski merged 2 commits into
elixir-ecto:masterfrom
greg-rychlewski:fix_domain

Conversation

@greg-rychlewski

Copy link
Copy Markdown
Member

Closes #766

It turns out we were not encoding domains over composite types. The issue is that it relies on typrelid which is not defined for the domain but rather the underlying composite.

@greg-rychlewski greg-rychlewski changed the title Fix domain Fix encoding of domains over composite types Jun 20, 2026
@greg-rychlewski greg-rychlewski merged commit 39d8158 into elixir-ecto:master Jun 20, 2026
26 checks passed
@greg-rychlewski greg-rychlewski deleted the fix_domain branch June 20, 2026 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't Store Array of Domain Over Composite Type

2 participants