Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-15624

Calcite. Support different connections in logical tests.

    XMLWordPrintableJSON

Details

    Description

      Support different transactional connections in tests, 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/*
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              zstan Evgeny Stanilovsky
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: