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
USER
Please answer these questions before submitting your issue. Thanks!
1.5.1
表名解析为 USER
表名解析为 IF
log: 2017-08-24 17:29:03,764 datasourceService INFO [main] Sharding-JDBC-SQL: Logic SQL: DROP TABLE IF EXISTS USER; 2017-08-24 17:29:03,764 datasourceService INFO [main] Sharding-JDBC-SQL: SQLStatement: DDLStatement(super=AbstractSQLStatement(type=DDL, tables=Tables(tables=[Table(name=IF, alias=Optional.absent())]), conditions=Conditions(conditions={}), sqlTokens=[TableToken(beginPosition=11, originalLiterals=IF)])) 2017-08-24 17:29:03,764 datasourceService INFO [main] Sharding-JDBC-SQL: Actual SQL: user_00 ::: DROP TABLE IF EXISTS USER;
The text was updated successfully, but these errors were encountered:
fixed at 1.5.2
Sorry, something went wrong.
No branches or pull requests
Please answer these questions before submitting your issue. Thanks!
Which version of Sharding-Jdbc do you using?
1.5.1
Expected behavior
表名解析为 USER
Actual behavior
表名解析为 IF
Steps to reproduce the behavior
log:
2017-08-24 17:29:03,764 datasourceService INFO [main] Sharding-JDBC-SQL: Logic SQL: DROP TABLE IF EXISTS
USER
;2017-08-24 17:29:03,764 datasourceService INFO [main] Sharding-JDBC-SQL: SQLStatement: DDLStatement(super=AbstractSQLStatement(type=DDL, tables=Tables(tables=[Table(name=IF, alias=Optional.absent())]), conditions=Conditions(conditions={}), sqlTokens=[TableToken(beginPosition=11, originalLiterals=IF)]))
2017-08-24 17:29:03,764 datasourceService INFO [main] Sharding-JDBC-SQL: Actual SQL: user_00 ::: DROP TABLE IF EXISTS
USER
;Please provide the reproduce example codes (such as github link) if possible.
The text was updated successfully, but these errors were encountered: