Skip to content

Commit 60fcb4c

Browse files
committed
test: add another test
1 parent e2a463e commit 60fcb4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/StatementParserTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,8 @@ public void testPostgreSQLReturningClause() {
14711471
.hasReturningClause());
14721472
assertTrue(
14731473
parser.parse(Statement.of("insert into t select 2,3returning*")).hasReturningClause());
1474+
assertTrue(
1475+
parser.parse(Statement.of("insert into t1 select 10.returning*")).hasReturningClause());
14741476
}
14751477

14761478
private void assertUnclosedLiteral(String sql) {

0 commit comments

Comments
 (0)