Skip to content

1.1.6

Latest
Compare
Choose a tag to compare
@pddon pddon released this 30 Jun 05:08
cfca2ad
  1. Fix the issue of application fake death caused by executing SQL after database connection timeout is closed;
  2. Fix the bug where one click beautification fails when there are non tree components in the mind map;
  3. Add field precision fields to the database model diagram;
  4. Upgrade the MySQL client connection package to support MySQL 8+;
  5. Fix the bug of displaying empty fields when the database field value is 0;
  6. Extract field names from comments using white space characters when automatically generating database model diagrams;
  7. Optimization of other functions;

1、数据库连接超时被关闭后执行sql导致应用假死问题修复;
2、修复思维导图存在非树形组件时一键美化失败bug;
3、数据库模型图增加字段精度字段;
4、升级mysql客户端连接包支持mysql8+;
5、修复数据库字段值为0时显示为空bug;
6、增加数据库模型图自动生成时按空白字符从注释中提取字段名;
7、其他功能优化;