-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Describe the bug
Version:3.1
Database:Postgres
Postgres database has some spec symbol like "&&" to do some operate,But, CCJSqlParserUtil.parse method parse result is change to "AND", How to resovle or work around
To Reproduce
Steps to reproduce the behavior:
- Example SQL: SELECT * from Table WHERE (field_1 && ?)
- Parsing this SQL using CCJSqlParserUtil.parse with this statements
- Return SelectBody is SELECT * from Table WHERE (field_1 AND ?)
Metadata
Metadata
Assignees
Labels
No labels