Skip to content

Commit 8e22953

Browse files
committed
1 parent e6e7ea7 commit 8e22953

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
@@ -2229,4 +2229,8 @@ public void testProblemSqlIssue330() throws JSQLParserException {
22292229
public void testProblemSqlIssue330_2() throws JSQLParserException {
22302230
assertSqlCanBeParsedAndDeparsed("SELECT CAST('90 days' AS interval)");
22312231
}
2232+
// won't fix due to lookahead impact on parser
2233+
// public void testKeywordOrderAsColumnnameIssue333() throws JSQLParserException {
2234+
// assertSqlCanBeParsedAndDeparsed("SELECT choice.response_choice_id AS uuid, choice.digit AS digit, choice.text_response AS textResponse, choice.voice_prompt AS voicePrompt, choice.action AS action, choice.contribution AS contribution, choice.order_num AS order, choice.description AS description, choice.is_join_conference AS joinConference, choice.voice_prompt_language_code AS voicePromptLanguageCode, choice.text_response_language_code AS textResponseLanguageCode, choice.description_language_code AS descriptionLanguageCode, choice.rec_phrase AS recordingPhrase FROM response_choices choice WHERE choice.presentation_id = ? ORDER BY choice.order_num", true);
2235+
// }
22322236
}

0 commit comments

Comments
 (0)