Skip to content

Commit 7382267

Browse files
committed
1 parent ade827e commit 7382267

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/net/sf/jsqlparser/test/select/SelectTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,4 +1677,8 @@ public void testSelectUserVariable() throws JSQLParserException {
16771677
public void testSelectNumericBind() throws JSQLParserException {
16781678
assertSqlCanBeParsedAndDeparsed("SELECT a FROM b WHERE c = :1");
16791679
}
1680+
1681+
public void testSelectBracketsTest() throws JSQLParserException {
1682+
assertSqlCanBeParsedAndDeparsed("SELECT avg((123.250)::numeric)");
1683+
}
16801684
}

0 commit comments

Comments
 (0)