Skip to content

release 1.5.7

Compare
Choose a tag to compare
@pugwoo pugwoo released this 29 Oct 10:02
· 121 commits to master since this release
adcb80e
<dependency>
    <groupId>com.pugwoo</groupId>
    <artifactId>nimble-orm</artifactId>
    <version>1.5.7</version>
</dependency>
  • [fix] 修复getDatabaseType方法没有关闭Connection的问题,它会占用一个数据库连接,修复后不占用
  • [enhance] 对于virtualTable的postSql,自动在前面加上回车符,避免自定义sql最后一行是注释且没有换行时,postSql失效
  • [add] 新增getDatabaseType()方法,支持获得数据库类型
  • [compatible] 兼容Clickhouse不支持force index