This is an automated email from the ASF dual-hosted git repository.
panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from 0b12ef7 fix postgresql/openGauss dollar parameter (#14542)
add ab4ef59 Improve data nodes visitor for sharding table rule. (#14539)
No new revisions were added by this update.
Summary of changes:
.../core/ShardingDistSQLStatementVisitor.java | 9 +++-
.../sql/parser/sql/common/util/SQLUtil.java | 28 ++++++++---
.../common/value/identifier/IdentifierValue.java | 4 ++
.../sql/parser/sql/common/util/SQLUtilTest.java | 8 ++++
.../value/identifier/IdentifierValueTest.java | 56 ++++++++++++++++++++++
5 files changed, 98 insertions(+), 7 deletions(-)
create mode 100644
shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/test/java/org/apache/shardingsphere/sql/parser/sql/common/value/identifier/IdentifierValueTest.java