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

Fix for #527: Handling special parameters #528

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

OndroMih
Copy link
Contributor

@OndroMih OndroMih commented Jul 1, 2024

Special parameters should be ignored and shouldn't end up in the query condition. They are handled by other means.
If compiled with -parameters option, both named and ? parameters should be created.

Fixes #527.

@genie-jnosql
Copy link
Collaborator

Can one of the admins verify this patch?

Special parameters should be ignored and shouldn't end up in the query condition. 
They are handled by other means.

If compiled with -parameters option, both named and ? parameters should be created
@OndroMih OndroMih force-pushed the ondromih-fix-reflection-utils branch from 3c8a651 to a5b1c09 Compare July 2, 2024 06:39
@otaviojava otaviojava merged commit b70173b into eclipse:main Jul 3, 2024
3 checks passed
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.

[BUG] Parameters are not handled correctly when repository code is compiled with -parameters option
3 participants