Skip to content

Releases: Tencent/Biny

v2.9.6

28 Oct 06:29
Compare
Choose a tag to compare
  1. sql支持条件位运算
  2. binyException死循环保护
  3. bug fix
    p.s thx itbirds

v2.9.5

26 Jul 08:22
Compare
Choose a tag to compare
  1. DAO support filter with or & merge with and
  2. shell model path fix

去除TX标签

17 May 04:43
Compare
Choose a tag to compare
  1. 去除TX文件开头标签
  2. DAO支持库表检索和表字段检索功能
  3. 优化addList方法支持insert ignore逻辑

p.s: 因为Lib库文件命名调整,可能会引起旧代码找不到文件,可全局删除用到的TX***中TX字符串解决

v2.8.7

07 Dec 02:20
Compare
Choose a tag to compare
  1. support replace into sql
  2. support filter/merge then join
  3. other update

Optimized release

25 Jul 06:23
Compare
Choose a tag to compare
  1. update sql can use limit && order by
  2. you can join self DAO on multi-table
  3. full disk write protected

v2.8.3

10 Apr 06:34
Compare
Choose a tag to compare
  1. 数据游标cursor支持匿名函数数据回调
  2. 新增pluck(快速拉取列表) 和 paginate(自动分页) 方法 http://www.billge.cc#update28
  3. 兼容多联表情况下的fields简化写法
  4. redis库兼容IDE自动联想
  5. 部分功能优化

v2.7.16-release

17 Jan 07:12
Compare
Choose a tag to compare
  1. support field in where conditions like where start=end
  2. applove addition function support like count(*)
  3. fix the problem when use sql cursor cannot execute another sql at the same time

v2.7.13

25 Dec 02:08
Compare
Choose a tag to compare

fix issues problem

Opensource-beta-v2.1

30 Nov 06:11
Compare
Choose a tag to compare

Functional improvement

Opensource-beta-v2.0

08 Nov 03:41
Compare
Choose a tag to compare

Support english wiki
improve language use method
improve class instance call method
improve controller api use