Skip to content

DATAMONGO-1603 - Fix Placeholder not replaced correctly in @Query. #441

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

Closed
wants to merge 5 commits into from

Conversation

christophstrobl
Copy link
Member

Fix issues when placeholders are appended with other chars eg. '?0xyz' or have been reused multiple times within the query.

Fix issues when placeholders are appended with other chars eg. '?0xyz' or have been reused multiple times within the query.
Additional tests and fixes for complex quoted replacements eg. in regex query.
christophstrobl and others added 2 commits February 28, 2017 12:40
Rely on Placeholder quotation indication instead of binding one. Might be misleading when placeholder is used more than once.
Remove code that became unused. Reformat code. Extend years in copyright header.
mp911de pushed a commit that referenced this pull request Mar 1, 2017
Fix issues when placeholders are appended with other chars eg. '?0xyz' or have been reused multiple times within the query. Additional tests and fixes for complex quoted replacements eg. in regex query. Rely on placeholder quotation indication instead of binding one. Might be misleading when placeholder is used more than once.

Original pull request: #441.
mp911de added a commit that referenced this pull request Mar 1, 2017
Remove code that became unused. Reformat code. Extend years in copyright header.

Original pull request: #441.
mp911de pushed a commit that referenced this pull request Mar 1, 2017
Fix issues when placeholders are appended with other chars eg. '?0xyz' or have been reused multiple times within the query. Additional tests and fixes for complex quoted replacements eg. in regex query. Rely on placeholder quotation indication instead of binding one. Might be misleading when placeholder is used more than once.

Original pull request: #441.
mp911de added a commit that referenced this pull request Mar 1, 2017
Remove code that became unused. Reformat code. Extend years in copyright header.

Original pull request: #441.
mp911de pushed a commit that referenced this pull request Mar 1, 2017
Fix issues when placeholders are appended with other chars eg. '?0xyz' or have been reused multiple times within the query. Additional tests and fixes for complex quoted replacements eg. in regex query. Rely on placeholder quotation indication instead of binding one. Might be misleading when placeholder is used more than once.

Original pull request: #441.
mp911de added a commit that referenced this pull request Mar 1, 2017
Remove code that became unused. Reformat code. Extend years in copyright header.

Original pull request: #441.
@mp911de
Copy link
Member

mp911de commented Mar 1, 2017

That's merged.

@mp911de mp911de closed this Mar 1, 2017
@mp911de mp911de deleted the issue/DATAMONGO-1603 branch March 1, 2017 07:56
mp911de pushed a commit that referenced this pull request Mar 1, 2017
Fix issues when placeholders are appended with other chars eg. '?0xyz' or have been reused multiple times within the query. Additional tests and fixes for complex quoted replacements eg. in regex query. Rely on placeholder quotation indication instead of binding one. Might be misleading when placeholder is used more than once.

This backport contains elements from DATAMONGO-1575.

Original pull request: #441.
Related ticket: DATAMONGO-1575.
mp911de added a commit that referenced this pull request Mar 1, 2017
Remove code that became unused. Reformat code. Extend years in copyright header.

Original pull request: #441.
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