You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by tu...@apache.org on 2022/12/30 02:47:25 UTC

[shardingsphere] branch master updated: fixes sqlCommentParseEnabled to false for SQL hint. (#23183)

This is an automated email from the ASF dual-hosted git repository.

tuichenchuxin 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 3995478506d fixes sqlCommentParseEnabled to false for SQL hint. (#23183)
3995478506d is described below

commit 3995478506db93dc8ea9657d2f63e21cb60d2ef6
Author: Zonglei Dong <do...@apache.org>
AuthorDate: Fri Dec 30 10:47:18 2022 +0800

    fixes sqlCommentParseEnabled to false for SQL hint. (#23183)
---
 proxy/bootstrap/src/main/resources/conf/server.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/bootstrap/src/main/resources/conf/server.yaml b/proxy/bootstrap/src/main/resources/conf/server.yaml
index 32e1770b598..ab882bfedfb 100644
--- a/proxy/bootstrap/src/main/resources/conf/server.yaml
+++ b/proxy/bootstrap/src/main/resources/conf/server.yaml
@@ -47,7 +47,7 @@
 #  providerType: Atomikos
 #
 #sqlParser:
-#  sqlCommentParseEnabled: true
+#  sqlCommentParseEnabled: false
 #  sqlStatementCache:
 #    initialCapacity: 2000
 #    maximumSize: 65535