You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2022/05/26 10:48:00 UTC

[jira] [Updated] (IGNITE-17038) Improve SQL API

     [ https://issues.apache.org/jira/browse/IGNITE-17038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-17038:
------------------------------------
    Description: 
* Merge *AsyncSession* and *ReactiveSession* into *Session*: consistent with other APIs where sync and async methods reside in a single interface
* Add missing async/reactive methods (*executeScript*), make sure everything is symmetric
* Add missing arguments to *executeAsync(@Nullable Transaction transaction, Statement statement)*



  was:
* Merge *AsyncSession* and *ReactiveSession* into *Session*: consistent with other APIs where sync and async methods reside in a single interface
* Add missing async/reactive methods (*executeScript*), make sure everything is symmetric
* Add missing arguments to *executeAsync(@Nullable Transaction transaction, Statement statement)*



> Improve SQL API
> ---------------
>
>                 Key: IGNITE-17038
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17038
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 3.0.0-alpha4
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha5
>
>
> * Merge *AsyncSession* and *ReactiveSession* into *Session*: consistent with other APIs where sync and async methods reside in a single interface
> * Add missing async/reactive methods (*executeScript*), make sure everything is symmetric
> * Add missing arguments to *executeAsync(@Nullable Transaction transaction, Statement statement)*



--
This message was sent by Atlassian Jira
(v8.20.7#820007)