correctly handle 'returning' clause in DML formatter

This commit is contained in:
Gavin 2022-12-19 10:41:17 +01:00 committed by Gavin King
parent 01fa0c0fe9
commit 7b387f3ecf
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ public class BasicFormatterImpl implements Formatter {
case "cross":
case "group":
case "order":
case "returning":
beginNewClause();
break;