Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support filtering id type fields #430

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Support filtering id type fields #430

merged 1 commit into from
Sep 28, 2023

Conversation

cpjolicoeur
Copy link
Member

@cpjolicoeur cpjolicoeur commented Sep 28, 2023

This will allow using filters such as filter_assoc_select/4.

Ecto uses integer values for the id type in a schema.

The uuid type in Ecto is a string value, and is not included in the scope of this PR change.

[close #429]

This will allow using filters such as `filter_assoc_select/4`.

Ecto uses integer values for the `id` type in a schema.

The `uuid` type in Ecto is a string value, and is not
included in the scope of this PR change.
@cpjolicoeur cpjolicoeur merged commit 1258617 into master Sep 28, 2023
4 of 7 checks passed
@cpjolicoeur cpjolicoeur deleted the pr429 branch September 28, 2023 15:40
@matsu911
Copy link
Contributor

Thank you for the changes and release.

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.

2 participants