Skip to content

Releases: teamones-open/framework

framework_1.0.14

15 Jan 09:35
e42b72e

Choose a tag to compare

Merge pull request #73 from teamones-open/1.0_complete_model

modify: model自动验证 callback_with_data 忽略不存在的值

framework_2.0.1

30 Oct 06:48
db6dcd1

Choose a tag to compare

Merge pull request #72 from teamones-open/2.0

modify: selectData 接口优化,移除count上限数据限制

framework_1.0.13

26 Sep 09:58

Choose a tag to compare

hotfix: total 默认值改到 1000000

framework_1.0.11

29 Jul 05:40

Choose a tag to compare

add: 1.0 分支

framework_2.0.0

13 Jul 05:58
dcacd17

Choose a tag to compare

Merge pull request #70 from teamones-open/fix_schema

fixed: 底层阻止外键表数据超过 2000 抛出异常

framework_1.0.10

11 Jul 09:21
d92420c

Choose a tag to compare

Merge pull request #69 from teamones-open/fix_schema

fixed: 数字和字符串处理顺序调整

framework_1.0.9

10 Jul 04:11
bd1ab0e

Choose a tag to compare

Merge pull request #68 from teamones-open/fix_schema

fixed: 原生查询 字符串要加上 ''

framework_1.0.8

10 Jul 01:58
ea12261

Choose a tag to compare

Merge pull request #67 from teamones-open/fix_schema

fixed: 复用model对象要初始化数据

framework_1.0.7

03 Jul 08:22
15cce5c

Choose a tag to compare

Merge pull request #66 from teamones-open/fix_schema

fixed: 如果没有关联关系的字段直接查询

framework_1.0.6

15 Jun 09:32
8e93a13

Choose a tag to compare

Merge pull request #65 from teamones-open/fix_schema

fxied: 自定义字段查询修复非 in 和 not in sql 数值可能误传数组情况