[
https://issues.apache.org/jira/browse/IGNITE-23126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Sapego updated IGNITE-23126:
---------------------------------
Description:
Let's support execution of the query with the parametric parameters.
See https://peps.python.org/pep-0249/#execute and
https://peps.python.org/pep-0249/#setinputsizes for details.
was:
Let's support execution of the same query with an array of different
parameters. This is especially useful for fast insertion of multiple records
using DDL.
See https://peps.python.org/pep-0249/#executemany for details.
At least the following methods should be implemented as a result:
{code:python}
pyignite3.Cursor.executemany()
{code}
> DB API Driver 3: Implement execution with parameters
> ----------------------------------------------------
>
> Key: IGNITE-23126
> URL: https://issues.apache.org/jira/browse/IGNITE-23126
> Project: Ignite
> Issue Type: Improvement
> Components: platforms, python, thin client
> Reporter: Igor Sapego
> Assignee: Igor Sapego
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
>
> Let's support execution of the query with the parametric parameters.
> See https://peps.python.org/pep-0249/#execute and
> https://peps.python.org/pep-0249/#setinputsizes for details.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)