Igor Sapego created IGNITE-23126:
------------------------------------
Summary: 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
Fix For: 3.0.0-beta2
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}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)