update

28810
2019-01-26 18:07:40 +08:00
parent e84cb37b25
commit de8620ca43
2 changed files with 5 additions and 1 deletions

@@ -20,7 +20,7 @@ class Song {
}
```
测试方法忽略第一次执行结果,以第二次执行结果为准
测试方法:运行两次,以第二次性能报告,避免了首个运行慢不公平的情况
## 测试结果

@@ -1,4 +1,8 @@
## v0.0.12
- lazy延时属性父子关系的1v多类型判断修正解决 int? != int 的 bug
## v0.0.11
- 修复IAdo.Query直接查询sql的bug