Skip to content

[BUG] JSQLParser Version : 4.6 : NOT support Chinese characters in <S_IDENTIFIER> #1741

Closed
@moonfruit

Description

@moonfruit

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions