Skip to content

fix: 修复KingbaseES MySQL兼容模式的多项兼容性问题#97

Merged
zhou-hao merged 1 commit intohs-web:4.2from
zz23333:feature/kingbase-support
Feb 25, 2026
Merged

fix: 修复KingbaseES MySQL兼容模式的多项兼容性问题#97
zhou-hao merged 1 commit intohs-web:4.2from
zz23333:feature/kingbase-support

Conversation

@zz23333
Copy link
Contributor

@zz23333 zz23333 commented Feb 24, 2026

  1. 标识符引用:双引号改为反引号(KingbaseES MySQL模式不支持双引号)
  2. Comment语法:MySQL内联comment改为PostgreSQL标准COMMENT ON语法
  3. AlterTable:MysqlAlterTableSqlBuilder改为PostgresqlAlterTableSqlBuilder
  4. 元数据解析:information_schema数值字段增加CAST转换,修复ClassCastException

1. 标识符引用:双引号改为反引号(KingbaseES MySQL模式不支持双引号)
2. Comment语法:MySQL内联comment改为PostgreSQL标准COMMENT ON语法
3. AlterTable:MysqlAlterTableSqlBuilder改为PostgresqlAlterTableSqlBuilder
4. 元数据解析:information_schema数值字段增加CAST转换,修复ClassCastException
@zhou-hao zhou-hao merged commit e93f70a into hs-web:4.2 Feb 25, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants