Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@yihleego yihleego released this 15 Aug 11:22
· 9 commits to master since this release

⭐ New Features

  • Add support for annotation org.apache.ibatis.annotations.Param with a single object.
  • Add support for using graceful count-sql.
  • Add support for generating count-sql to keep sorting.
  • Add dependency management for org.antlr:antlr4
  • Remove dependency management for com.alibaba:druid

🐞 Bug Fixes

  • Exception thrown from AbstractDialect#handleParameter when BoundSql#parameterMappings is not empty.
  • InformixDialect#getPageSql table alias is missing.

📔 Documentation

  • Document how to generate count-sql.
  • Document coding specification.

🔨 Dependency Upgrades

  • Upgrade to mybatis 3.5.7
  • Upgrade to mybatis-spring-boot-autoconfigure 2.2.0
  • Upgrade to mybatis-spring-boot-starter 2.2.0
  • Upgrade to spring-boot 2.5.3