[
https://issues.apache.org/jira/browse/IGNITE-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16006068#comment-16006068
]
ASF GitHub Bot commented on IGNITE-4597:
----------------------------------------
GitHub user vinx13 opened a pull request:
https://github.com/apache/ignite/pull/1926
IGNITE-4597: CPP: Add mechanism to reset arguments for sql queries.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vinx13/ignite ignite-4597
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1926.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1926
----
commit 262a06abcb0d7b2588072985cf5f94f70e6c57da
Author: Wuwei Lin <[email protected]>
Date: 2017-05-10T14:12:03Z
Add methods to reset arguments in sql query
----
> CPP: Add mechanism to reset arguments for sql queries.
> ------------------------------------------------------
>
> Key: IGNITE-4597
> URL: https://issues.apache.org/jira/browse/IGNITE-4597
> Project: Ignite
> Issue Type: Task
> Components: platforms
> Affects Versions: 1.8
> Reporter: Igor Sapego
> Assignee: Wuwei Lin
> Labels: cpp, newbie
>
> Currently, there is method {{AddArgument}} for {{SqlQuery}} and
> {{SqlFieldsQuery}}, but there is no way to reset arguments for query once
> they are set. This leads to inconvenience when user want to call the same
> query with different arguments as they need to re-create exactly the same
> query but set different arguments for it.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)