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 ed1a297 commit 5d609efCopy full SHA for 5d609ef
src/test/java/net/sf/jsqlparser/test/select/SelectTest.java
@@ -2724,4 +2724,8 @@ public void testIssue554() throws JSQLParserException {
2724
public void testIssue567KeywordPrimary() throws JSQLParserException {
2725
assertSqlCanBeParsedAndDeparsed("SELECT primary, secondary FROM info");
2726
}
2727
+
2728
+ public void testIssue572TaskReplacement() throws JSQLParserException {
2729
+ assertSqlCanBeParsedAndDeparsed("SELECT task_id AS \"Task Id\" FROM testtable");
2730
+ }
2731
0 commit comments