Skip to content

Releases: linyimin0812/mybatis-sql-viewer

2.0.2

13 May 05:09
Compare
Choose a tag to compare
  • Fixing jump link error
  • 修复跳转链接错误问题

2.0.1

16 Apr 08:34
Compare
Choose a tag to compare
  • Support for configurable file navigation
  • 支持文件跳转可配置化

2.0.0.

05 Jan 16:46
Compare
Choose a tag to compare
  • Supports mybatis mode and non-mybatis mode
  • SQL specification check
  • SQL index check
  • SQL stress
  • Table-building specification check
  • Table index specification check
  • Table data mock
  • Supports file and project dimensions MyBatis SQL scanning
  • 支持mybatis模式和非mybatis模式
  • SQL规约检查
  • SQL索引检查
  • SQL压测
  • 建表规约检查
  • 索引规约检查
  • 批量表数据mock
  • 支持文件及项目维度mybatis sql扫描

1.0.6

05 Jan 15:13
Compare
Choose a tag to compare
  • Support DataSource configuration persistency
  • 支持数据源配置持久化

1.0.5

05 Jan 15:12
Compare
Choose a tag to compare
  • Support Insert, Delete, Update and Select annotations
  • Beautify the style of SQL and JSON
  • Fixed the bug where nested classes were parsed into JSON
  • 支持Insert, Delete, Update, Select注解生成SQL语句
  • 美化SQL和JSON的样式
  • 解决嵌套类解析成JSON时抛异常的bug

1.0.4

05 Jan 15:10
Compare
Choose a tag to compare
  • SQL statement syntax highlighting and resolving some bugs
  • SQL语句语法高亮和解决一些小bug

1.0.3

05 Jan 15:08
Compare
Choose a tag to compare
  • Refactoring, performance optimization, to avoid CPU occupancy
  • 重构,性能优化避免CPU占满

release 1.0.2 version

03 Sep 06:51
Compare
Choose a tag to compare

1.0.2

  • Suppot without mybatis configuration file
  • 支持没有mybatis配置文件

1.0.1

  • Compatible with other plugins
  • 兼容其他插件

1.0.0

  • navigate from the code to mapper and from the mapper back to code
  • The xml statement/method in the mapper file convert to sql statement, which supports parameters mock, data source configuration, and sql execution
  • 快速从代码跳转到mapper及从mapper返回代码
  • mapper文件中的xml语句/方法转换成sql语句,支持参数mock、数据源配置、sql执行

release 1.0.1 version

13 Feb 15:46
Compare
Choose a tag to compare

Mybatis-Sql-Viewer Plugin is a idea plugin for mybatis.

Mybatis-Sql-Viewer is an enhanced plugin for idea to support mybatis,here is the main functions:

  • navigate from the code to mapper and from the mapper back to code
  • The xml statement/method in the mapper file convert to sql statement, which supports parameters mock, data source configuration, and sql execution

  • Mybatis-Sql-Viewer是一款增强idea对mybatis支持的插件,主要功能如下:

  • 快速从代码跳转到mapper及从mapper返回代码
  • mapper文件中的xml语句/方法转换成sql语句,支持参数mock、数据源配置、sql执行