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

IgniteSqlNotNullConstraintTest.testTransactionalAddColumnNotNullCheckDmlInsertValues fails periodically

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.3
    • sql
    • None

    Description

      Looks like we have a bug in ALTER TABLE - column is not visible after command is completed:

      Caused by: org.h2.jdbc.JdbcSQLException: Column "NAME" not found; SQL statement:
      INSERT INTO test(id, name, age) VALUES (1, 'ok', 1), (2, NULLIF('a', 'a'), 2), (3, 'ok', 3) [42122-195]
      

      Attachments

        Activity

          People

            vozerov Vladimir Ozerov
            vozerov Vladimir Ozerov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: