Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
As of now, we have a bunch of sql logic tests that require support for different transactional connections, i.e: con1, con2 and so on
statement ok con1 CREATE TABLE test (a VARCHAR); query I con2 SELECT * FROM test ORDER BY a ---- NULL NULL 1 3
/sql/update/*
Let's decide whether we should add support for the feature or eliminate the tests with extract cases that we don't have in other tests.
Attachments
Issue Links
- is part of
-
IGNITE-12248 Apache Calcite based query execution engine
- Open
- requires
-
IGNITE-20442 Sql. Extend grammar with transaction related statements.
- Resolved
- links to