Closed
Description
Always check against the Latest SNAPSHOT of JSQLParser and the Syntax Diagram
Failing SQL Feature:
- Before 4.6, <S_IDENTIFIER> support Chinese characters, which also support by various databases. But start from 4.6 this is not supported.
SQL Example:
- Simplified Query Example, focusing on the failing feature. This is supported before 4.6.
select c as 中文 from t select * from t where 中文 = 'abc'
Software Information:
- JSqlParser version 4.6
- Database Oracle, MySQL, PostgreSQL
Tips:
Please write in English and avoid Screenshots (as we can't copy and paste content from it).
Try your example online with the latest JSQLParser and share the link in the error report.
Do provide Links or References to the specific Grammar and Syntax you are trying to use.