lll-peanut opened a new pull request, #6449:
URL: https://github.com/apache/shenyu/pull/6449

     shenyu-storage-opengauss.yml incorrectly used SPRING_PROFILES_ACTIVE=mysql
     and shenyu.database.dialect=mysql while connecting to an OpenGauss database
     (jdbc:opengauss://). This caused the OpenGauss-specific MyBatis SQL
     interceptors (backtick-to-double-quote rewriting, dateUpdated auto-fill,
     boolean type handler) to not be registered, making MySQL-style SQL with
     backticks get sent to OpenGauss unmodified.
   
     Changed to SPRING_PROFILES_ACTIVE=og and shenyu.database.dialect=opengauss,
     consistent with application-og.yml and the Kubernetes OpenGauss E2E
     deployment manifests.
   
     fix : https://github.com/apache/shenyu/issues/6443
     Make sure that:
   
     - [x] You have read the [contribution 
guidelines](https://shenyu.apache.org/community/contributor-guide).
     - [ ] You submit test cases (unit or integration tests) that back your 
changes.
     - [ ] Your local test passed `./mvnw clean install 
-Dmaven.javadoc.skip=true`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to