Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Sep 1, 2016
1 parent e6e7ea7 commit 8e22953
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/java/net/sf/jsqlparser/test/select/SelectTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2229,4 +2229,8 @@ public void testProblemSqlIssue330() throws JSQLParserException {
public void testProblemSqlIssue330_2() throws JSQLParserException {
assertSqlCanBeParsedAndDeparsed("SELECT CAST('90 days' AS interval)");
}
// won't fix due to lookahead impact on parser
// public void testKeywordOrderAsColumnnameIssue333() throws JSQLParserException {
// 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);
// }
}

0 comments on commit 8e22953

Please sign in to comment.