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

feat: Support filter expressions for additional numberic types #4435

Conversation

bmg13
Copy link
Contributor

@bmg13 bmg13 commented Aug 26, 2024

What this PR changes/adds

Allow different types of numeric field with postgresql database.

Why it does that

AS done for other types (Boolean, Integer), add the same validation for other numeric types to avoid additional logging errors that should not be reflected with expected user behaviour.

Further notes

UT's were added to reflect new scenarios.
Took the opportunity of extending with primitive java types to include more potential query usages.

Linked Issue(s)

Closes #3688

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are always happy to welcome new contributors ❤️ To make things easier for everyone, please make sure to follow our contribution guidelines, check if you have already signed the ECA, and relate this pull request to an existing issue or discussion.

@bmg13 bmg13 changed the title Support filter expressions for additional numberic types feat: Support filter expressions for additional numberic types Aug 26, 2024
@bmg13
Copy link
Contributor Author

bmg13 commented Aug 26, 2024

@ndr-brt @paullatzelsperger sorry for the tag, but I cannot update the label of this PR

@paullatzelsperger paullatzelsperger added the enhancement New feature or request label Aug 27, 2024
@paullatzelsperger paullatzelsperger merged commit 8561106 into eclipse-edc:main Aug 27, 2024
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support filter expressions for numbers
2 participants