Skip to content

DATAMONGO-1465 - Fix String quotation in DefaultScriptOperations.execute(). #383

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 2 commits into from

Conversation

christophstrobl
Copy link
Member

This change prevents Strings from being quoted prior to sending them as args of a script.

…xecute() appear quoted in script.

Prepare issue branch.
…ute().

This change prevents Strings from being quoted prior to sending them as args of a script.
mp911de pushed a commit that referenced this pull request Aug 23, 2016
…ute().

This change prevents Strings from being quoted prior to sending them as args of a script.

Original pull request: #383.
mp911de added a commit that referenced this pull request Aug 23, 2016
Replace boolean flag in convertAndJoinScriptArgs with literal. Joined args are rendered to JavaScript and require always string quotation.

Original pull request: #383.
@mp911de mp911de closed this Aug 23, 2016
@mp911de mp911de deleted the issue/DATAMONGO-1465 branch August 23, 2016 13:02
mp911de pushed a commit that referenced this pull request Aug 23, 2016
…ute().

This change prevents Strings from being quoted prior to sending them as args of a script.

Original pull request: #383.
mp911de added a commit that referenced this pull request Aug 23, 2016
Replace boolean flag in convertAndJoinScriptArgs with literal. Joined args are rendered to JavaScript and require always string quotation.

Original pull request: #383.
mp911de pushed a commit that referenced this pull request Aug 23, 2016
…ute().

This change prevents Strings from being quoted prior to sending them as args of a script.

Original pull request: #383.
mp911de added a commit that referenced this pull request Aug 23, 2016
Replace boolean flag in convertAndJoinScriptArgs with literal. Joined args are rendered to JavaScript and require always string quotation.

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