Skip to content

Commit ca8d634

Browse files
committed
adding another test case
1 parent 95241bf commit ca8d634

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/sqlparser_common.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ fn parse_insert_values() {
110110

111111
// allow parenthesis query after insert into
112112
verified_stmt("INSERT INTO tbla (cola) (SELECT cola FROM tblb)");
113+
114+
// allow parenthesis query after insert into
115+
verified_stmt("INSERT INTO tbla (cola) (VALUES (1))");
113116
}
114117

115118
#[test]

0 commit comments

Comments
 (0)