seata H2 SQL syntax support

rwqw0loc  于 22天前  发布在  其他
关注(0)|答案(1)|浏览(19)
  • I have searched the issues of this repository and believe that this is not a duplicate.

Ⅰ. Issue Description

H2 needs to be upgraded to 2.x due to security issues, but this involves a change in SQL syntax

https://github.com/seata/seata/actions/runs/6637246115/job/18031156658?pr=5950

Ⅱ. Describe what happened

If there is an exception, please attach the exception trace:

Just paste your stack trace here!

Ⅲ. Describe what you expected to happen

Ⅳ. How to reproduce it (as minimally and precisely as possible)

  1. xxx
  2. xxx
  3. xxx

Minimal yet complete reproducer code (or URL to code):

Ⅴ. Anything else we need to know?

Ⅵ. Environment:

  • JDK version(e.g. java -version ):
  • Seata client/server version:
  • Database version:
  • OS(e.g. uname -a ):
  • Others:
x6h2sr28

x6h2sr281#

  • Can I reasonably consider the PR optimize: support H2 2.x SQL syntax #5956 as related to the current issue? Given that the PR optimize: support H2 2.x SQL syntax #5956 has not been updated for an extended period, does this imply that the current issue is effectively seeking volunteers to step in?
  • Another point, from my perspective, is that the objective of the current issue seems to be specifically targeting the MySQL mode of h2database, as opposed to other compatibility dialects provided by h2database. This doesn't seem to be reflected in the issue description.

相关问题