Skip to content

Commit

Permalink
test: add another test
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatbhatta committed Aug 30, 2022
1 parent e2a463e commit 60fcb4c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -1471,6 +1471,8 @@ public void testPostgreSQLReturningClause() {
.hasReturningClause());
assertTrue(
parser.parse(Statement.of("insert into t select 2,3returning*")).hasReturningClause());
assertTrue(
parser.parse(Statement.of("insert into t1 select 10.returning*")).hasReturningClause());
}

private void assertUnclosedLiteral(String sql) {
Expand Down

0 comments on commit 60fcb4c

Please sign in to comment.