Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-5612

Babel parser should support PostgreSQL's SET TRANSACTION command

    XMLWordPrintableJSON

Details

    • Bug
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • 1.34.0
    • None
    • babel

    Description

      SET TRANSACTION — set the characteristics of the current transaction

      Specification [1]:

      SET TRANSACTION transaction_mode [, ...]
      SET TRANSACTION SNAPSHOT snapshot_id
      SET SESSION CHARACTERISTICS AS TRANSACTION transaction_mode [, ...]
      
      where transaction_mode is one of:
      
          ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED }
          READ WRITE | READ ONLY
          [ NOT ] DEFERRABLE
      

      [1] https://www.postgresql.org/docs/current/sql-set-transaction.html

      Attachments

        Issue Links

          Activity

            People

              dmsysolyatin Dmitry Sysolyatin
              dmsysolyatin Dmitry Sysolyatin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: