We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade827e commit 7382267Copy full SHA for 7382267
src/test/java/net/sf/jsqlparser/test/select/SelectTest.java
@@ -1677,4 +1677,8 @@ public void testSelectUserVariable() throws JSQLParserException {
1677
public void testSelectNumericBind() throws JSQLParserException {
1678
assertSqlCanBeParsedAndDeparsed("SELECT a FROM b WHERE c = :1");
1679
}
1680
+
1681
+ public void testSelectBracketsTest() throws JSQLParserException {
1682
+ assertSqlCanBeParsedAndDeparsed("SELECT avg((123.250)::numeric)");
1683
+ }
1684
0 commit comments