We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75f69cf + 504b338 commit b3d33feCopy full SHA for b3d33fe
ydb/library/yql/sql/pg/pg_sql.cpp
@@ -2401,8 +2401,11 @@ class TConverter : public IPGParseEvents {
2401
[[nodiscard]]
2402
bool ParseTransactionStmt(const TransactionStmt* value) {
2403
switch (value->kind) {
2404
- case TRANS_STMT_BEGIN: [[fallthrough]] ;
+ case TRANS_STMT_BEGIN:
2405
case TRANS_STMT_START:
2406
+ case TRANS_STMT_SAVEPOINT:
2407
+ case TRANS_STMT_RELEASE:
2408
+ case TRANS_STMT_ROLLBACK_TO:
2409
return true;
2410
case TRANS_STMT_COMMIT:
2411
Statements.push_back(L(A("let"), A("world"), L(A("CommitAll!"),
0 commit comments