We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Using v0.9.5, parsing this valid Oracle statement, I'm getting an error :
CREATE TABLE IF NOT EXISTS "TABLE_OK" ("SOME_FIELD" VARCHAR2(256 BYTE));
error :
Caused by: net.sf.jsqlparser.parser.ParseException: Encountered " <S_IDENTIFIER> "BYTE "" at line 1, column 70. Was expecting one of: <S_LONG> ... <S_CHAR_LITERAL> ...
If I don't specify BYTE, it works.
Note : both BYTE and CHAR should be accepted : https://docs.oracle.com/cd/B28359_01/server.111/b28318/datatype.htm#i1835
The text was updated successfully, but these errors were encountered:
started working on ProperCommentOnTableRuleToApply, but facing issues…
477ae18
… with SQL parsing. Raised 2 issues to JSqlPArser maintainer JSQLParser/JSqlParser#274 JSQLParser/JSqlParser#273
f2eee6f
12b4a1e
fixes #273
6cd5481
No branches or pull requests
Hi,
Using v0.9.5, parsing this valid Oracle statement, I'm getting an error :
error :
If I don't specify BYTE, it works.
Note : both BYTE and CHAR should be accepted : https://docs.oracle.com/cd/B28359_01/server.111/b28318/datatype.htm#i1835
The text was updated successfully, but these errors were encountered: