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

JDBC: autoCommit doesn't work in sqlline

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.6
    • None
    • jdbc, sql
    • None
    • Docs Required

    Description

      Steps.

      1. Connect to sqlline in first session with autoCommit=false option
      ./sqlline.sh --verbose=true --color=true --autoCommit=false -u "jdbc:ignite:thin://127.0.0.1:10800"
      
      1. Connect to sqlline in second session.
      2. Make DML operations in first session without commit
      3. insert into City values(1,'London');
        

      Expected:

      The second session should't see changes.

      Actually:

      The second session saw the changes.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Mark-Kovalev Mark Kovalev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: