Replies: 1 comment
-
老版本升级新部署的sqle execute_sql_detail表和rollback_sql_detail表的content字段都会改为longtext类型,旧的sqle升级到新sqle需要手动修改表字段, 修改方式:
alter table sqle.execute_sql_detail change content content longtext COLLATE utf8mb4_unicode_ci
alter table sqle.rollback_sql_detail change content content longtext COLLATE utf8mb4_unicode_ci |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Notes
老版本升级到1.2204.0 需要进行表结构变更,参考:#492
Feature
[#441] gh-ost使用优化,在审核阶段进行dry-run并输出审核建议
[#442] Mybatis Scanner 添加命令行参数可配置跳过无法解析的SQL
[#429] 审核任务的审核详情界面展示审核时间, 通过率, 评分信息等详细信息
[#453] 权限系统优化,新增以下内容:
[#448] 审核任务添加消息推送可以实时推送审核报告结果:
[#463] Mybatis XML文件审核的流程兼容解析iBatis XML文件。
Improment
[#469] 优化规则模板界面“应用的数据库”列布局。
Bugfix
[#425] 修复过长的SQL文本审核导致SQLE审核报错的问题【社区反馈】
[#443] 修复MySQL给字段指定非预期的字符集排序规则匹配规则 “建议使用规定的数据库排序规则“的问题【社区反馈】
[#449] 修复存在多数据源时 "查看他人创建的工单" 权限只能查看一个数据库工单的问题;
[#465] 修复规则 "建议选择可选性超过阈值字段作为索引" 判定结果不准确的问题。
This discussion was created from the release v1.2204.0.
Beta Was this translation helpful? Give feedback.
All reactions