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 74e0226 commit 27139a0Copy full SHA for 27139a0
src/test/java/net/sf/jsqlparser/statement/select/SelectTest.java
@@ -3758,4 +3758,9 @@ public void testArrayIssue648() throws JSQLParserException {
3758
public void testArrayIssue638() throws JSQLParserException {
3759
assertSqlCanBeParsedAndDeparsed("SELECT PAYLOAD[0] FROM MYTABLE");
3760
}
3761
+
3762
+ @Test
3763
+ public void testArrayIssue489() throws JSQLParserException {
3764
+ assertSqlCanBeParsedAndDeparsed("SELECT name[1] FROM MYTABLE");
3765
+ }
3766
0 commit comments