Igor Sapego created IGNITE-22741:
------------------------------------

             Summary: DB API Driver 3: Implement simple data fetching
                 Key: IGNITE-22741
                 URL: https://issues.apache.org/jira/browse/IGNITE-22741
             Project: Ignite
          Issue Type: Improvement
          Components: platforms, python, thin client
            Reporter: Igor Sapego
            Assignee: Igor Sapego


Let's add an ability to fetch queried data from cursor.
At least the following methods should be implemented:

{code:python}
pyignite3.Cursor.fetchone()
{code}

The following methods can be implemented as the part of this ticket, or a 
separate ticket for them should be created:
{code:python}
pyignite3.Cursor.fetchmany()
pyignite3.Cursor.fetchall()
{code} 




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to