Dmitry Sysolyatin created CALCITE-5612:
------------------------------------------
Summary: Babel parser should support PostgreSQL's SET TRANSACTION
command
Key: CALCITE-5612
URL: https://issues.apache.org/jira/browse/CALCITE-5612
Project: Calcite
Issue Type: Bug
Components: babel
Affects Versions: 1.34.0
Reporter: Dmitry Sysolyatin
SET TRANSACTION — set the characteristics of the current transaction
Specification [1]:
{code}
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
{code}
[1] https://www.postgresql.org/docs/current/sql-set-transaction.html
--
This message was sent by Atlassian Jira
(v8.20.10#820010)