Skip to content

Releases: javaoffers/briefest

v3.6.5

01 Jul 09:02
Compare
Choose a tag to compare
  1. 增加@NoneCol. 替换自动解析功能。

  2. 增加oracle

  3. 增加sqlserver

  4. 删除自动差异更新

  5. 架构优化调整。

  6. Increase this nonecol. Replace the automatic parsing db info.

  7. add oracle

  8. add sqlserver

  9. Delete automatic differential updates

  10. Architecture tuning

v3.6.4

12 Sep 06:56
Compare
Choose a tag to compare
  • 解决 reflections 依赖问题 #30

v3.6.3

11 Sep 03:28
Compare
Choose a tag to compare
  1. 支持json字段

  2. 支持事务声明

  3. 支持H2数据库

  4. sql耗时打印支持可配

  5. 底层架构渲染数据升级, 避免反射,性能是mybatis的2倍.

  6. 唯一key支持自定义生成. 并且brief一集成雪花算法.UUID,等序列

  7. Support JSON fields

  8. Support transaction statement

  9. Support H2 database

  10. SQL time-consuming printing support can be configured

  11. The underlying architecture renders data upgrades, avoids reflections, and performs twice as well as mybatis.

  12. Unique keys support custom generation. And a brief integrated snowflake algorithm. UUID, etc

v3.6.2

26 Jun 01:33
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag v3.6.2

v3.6.1

24 Jun 12:11
Compare
Choose a tag to compare
  • 支持自动追踪差异更新
  • Supports automatic tracking of difference updates

3.6.0

18 Jun 12:53
Compare
Choose a tag to compare
  • 1: 支持乐观锁更新,支持逻辑删除
  • 2: 支持jql拦截器,jql过滤器
  • 3: 支持慢sql监控
  • 4: brief轻量级版本,不依赖任何环境
  • 5: 整体架构调整升级. 性能更高

v3.5.11.12

23 May 03:54
Compare
Choose a tag to compare

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

v3.5.11.11

15 Apr 16:16
Compare
Choose a tag to compare

1:优化加解密.支持中文加解密
2: 支持查询字段模糊脱敏
3: @colname 支持插入和更新时排除具体的字段参与colAll方法
4: general count 方法支持model条件统计条数
5: 优化Id包装类。空Id值默认返回-1
6: 优化打印日志。选择slf4j进行打印sql和参数
7: 性能优化,优化缓存, 优化序列化. 当前测试查询3万条数据(60个字段)只需要1.1秒, 插入只需要2秒

1: Optimize encryption and decryption. Support Chinese encryption
2: Support query field fuzzy desensitization
3: @colname supports excluding specific fields from participating in the colAll method during insertion and update
4: The general count method supports model conditional statistics
5: Optimize the Id packaging class. Empty Id value returns -1 by default
6: Optimize printing logs. Select slf4j to print SQL and parameters
7: Performance optimization, cache optimization, serialization optimization Querying 30000 pieces of data (60 fields) takes only 1.3 seconds. It only takes 2 seconds to insert

v3.5.11.9

12 Mar 08:00
Compare
Choose a tag to compare

1:新增表字段自动加解密
2: 新增jql拦截器功能.
3: 数据库信息后置初始化处理.

1: the new table field automatic decryption
2: Added jql interceptor function.
3: Post-initialization processing of database information.

3.5.11.8

29 Jan 08:06
Compare
Choose a tag to compare
  • 避免批处理事务自动提交
  • 优化函数解析
  • Avoid automatic commit of batch transactions
  • Optimization function parsing