Releases: javaoffers/briefest
v3.6.8
v3.6.7
- 优化代码,优化日志
- 增强having语法
- reflections 包改为0.9.11
v3.6.6
add sqlite support
add feature frontView and from view
v3.6.5
-
增加@NoneCol. 替换自动解析功能。
-
增加oracle
-
增加sqlserver
-
删除自动差异更新
-
架构优化调整。
-
Increase this nonecol. Replace the automatic parsing db info.
-
add oracle
-
add sqlserver
-
Delete automatic differential updates
-
Architecture tuning
v3.6.4
v3.6.3
-
支持json字段
-
支持事务声明
-
支持H2数据库
-
sql耗时打印支持可配
-
底层架构渲染数据升级, 避免反射,性能是mybatis的2倍.
-
唯一key支持自定义生成. 并且brief一集成雪花算法.UUID,等序列
-
Support JSON fields
-
Support transaction statement
-
Support H2 database
-
SQL time-consuming printing support can be configured
-
The underlying architecture renders data upgrades, avoids reflections, and performs twice as well as mybatis.
-
Unique keys support custom generation. And a brief integrated snowflake algorithm. UUID, etc
v3.6.2
[maven-release-plugin] copy for tag v3.6.2
v3.6.1
- 支持自动追踪差异更新
- Supports automatic tracking of difference updates
3.6.0
- 1: 支持乐观锁更新,支持逻辑删除
- 2: 支持jql拦截器,jql过滤器
- 3: 支持慢sql监控
- 4: brief轻量级版本,不依赖任何环境
- 5: 整体架构调整升级. 性能更高
v3.5.11.12
1: 增加casewhen 注解
2: 优化排序
3: 新增 updateById, updateBatchById, saveOrUpdate
4: 优化表解析.
5: 去除saveOrModify返回值.
1: Add casewhen annotations
2: Optimize sorting
3: Add updateById, updateBatchById, saveOrUpdate
4: Optimize table parsing
5: Remove the saveOrModify return value