| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| @Test | ||
| public void selectIsolationKeywordsAsAlias() throws JSQLParserException { | ||
| String stmt = "SELECT col FROM tbl cs"; |
There was a problem hiding this comment.
You do not test your isolation usage.
Sorry, something went wrong.
There was a problem hiding this comment.
There are other tests already testing isolation usage (for example, testWithIsolation).
This PR just allows "cs" to be used as a column name / alias, as otherwise parsing fails when it's used.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This allows to parse statements such as:
SELECT col FROM tbl cs