Description
After IGNITE-18983, the next part is a migration of batched methods (*Statement#executeBatch). Here we need to replace a call to QueryProcessor#queryAsync with QueryProcessor#querySingleAsync.
NB: need to not forget about session recovery; depending on the implementation introduced in IGNITE-18983, it may or may not require explicit handling.
Also will be good to get rid of SqlQueryProcessor.queryAsync* methods.
Attachments
Issue Links
- is blocked by
-
IGNITE-18983 Sql. Jdbc. Migrate JDBC handler on new internal API
- Resolved
- links to