Skip to content

Releases: easy-swoole/orm

1.5.4

27 Jan 09:54
387a4ef

Choose a tag to compare

适配新版的pool

1.5.3

15 Dec 02:12
98d7d76

Choose a tag to compare

Merge pull request #217 from XueSiLf/master

fix:修复单测

1.5.2

26 Oct 09:40
2325b13

Choose a tag to compare

Merge pull request #214 from Stitch-June/master

Fix: primary key is string

1.5.1

15 Oct 03:31
531ae71

Choose a tag to compare

修复了orm chunk造成的内存溢出问题

1.5.0

03 Sep 07:10
1015728

Choose a tag to compare

Merge pull request #211 from Stitch-June/master

Update: tests

1.4.33

01 Mar 13:04
092649e

Choose a tag to compare

  • 新增
    • replace into操作.

1.4.32

12 Jan 06:09
ff33acc

Choose a tag to compare

  • 修复where使用闭包函数问题.

1.4.31

22 Dec 05:43
910271b

Choose a tag to compare

1、getClientPool()方法调整为__getClientPool()
2、修复字段预定义属性不生效
3、屏蔽KeepMin异常
4、EasySwoole\ORM\Exception增加lastQueryResult
5、duplicate key支持
6、取消预算inc dec,直接为field = filed + 1
7、修复循环执行事务不生效问题
8、collection增加toRawArray
9、where方法支持闭包函数

1.4.30

02 Nov 03:35
e3b38f2

Choose a tag to compare

Merge pull request #183 from gaobinzhan/master

add: orm exception add lastQueryResult

1.4.29

29 Oct 02:08
52f8189

Choose a tag to compare

Merge pull request #182 from gaobinzhan/master

fix: with setter