This is an automated email from the ASF dual-hosted git repository.
lujingshang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 69cdf6a add mysql keyword member to unreservedWord (#8660)
69cdf6a is described below
commit 69cdf6ac155d147f9d0ec0802e4c6a7f36fb0c80
Author: Zhengqiang Duan <[email protected]>
AuthorDate: Fri Dec 18 11:33:01 2020 +0800
add mysql keyword member to unreservedWord (#8660)
---
.../src/main/antlr4/imports/mysql/BaseRule.g4 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-mysql/src/main/antlr4/imports/mysql/BaseRule.g4
b/shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-mysql/src/main/antlr4/imports/mysql/BaseRule.g4
index 803fdaa..9b0a2c7 100644
---
a/shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-mysql/src/main/antlr4/imports/mysql/BaseRule.g4
+++
b/shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-mysql/src/main/antlr4/imports/mysql/BaseRule.g4
@@ -147,7 +147,8 @@ unreservedWord
| TIMESTAMPDIFF | TLS | TRANSACTION | TRIGGERS | TRUNCATE | TYPE | TYPES |
UNBOUNDED | UNCOMMITTED | UNDEFINED
| UNDOFILE | UNDO_BUFFER_SIZE | UNICODE | UNINSTALL | UNKNOWN | UNTIL
| UPGRADE | USER | USER_RESOURCES | USE_FRM | VALIDATION | VALUE |
VARIABLES | VCPU | VIEW | VISIBLE
- | WAIT | WARNINGS | WEEK | WEIGHT_STRING | WITHOUT | WORK | WRAPPER | X509
| XA | XID | XML | YEAR | COLUMN_NAME
+ | WAIT | WARNINGS | WEEK | WEIGHT_STRING | WITHOUT | WORK | WRAPPER | X509
| XA | XID | XML | YEAR | COLUMN_NAME
+ | MEMBER
;
textOrIdentifier