Commit Graph

337 Commits

Author SHA1 Message Date
thinkphp
b8d4bb3c98 改进查询缓存 2018-02-08 15:41:38 +08:00
thinkphp
4d513f3c62 改进查询缓存 2018-02-08 15:28:40 +08:00
thinkphp
34875308ae 改进join自关联查询 2018-01-28 22:44:25 +08:00
thinkphp
7b669b20dd 改进 2018-01-20 18:35:29 +08:00
thinkphp
69326f050f 改进查询缓存 2018-01-20 18:06:34 +08:00
thinkphp
ea2ce8f8de 改进自关联查询多级调用问题 2018-01-05 17:28:21 +08:00
thinkphp
e2a1a61995 改进chunk方法 2018-01-04 16:25:44 +08:00
thinkphp
f0c2dd2bba 改进chunk方法 2018-01-02 17:56:31 +08:00
thinkphp
282d04e4af 更新说明 2018-01-01 20:19:18 +08:00
thinkphp
0b028c645c 改进chunk方法支持复合主键 2017-12-27 16:01:15 +08:00
thinkphp
e2a77ff2f3 改进join关联自身的问题 2017-12-18 16:46:06 +08:00
thinkphp
29c70b6a27 max和min方法增加第二个参数用于设置是否强制转换数字 2017-12-14 11:16:34 +08:00
thinkphp
0c61269bcf 修正setDec方法的延迟写入 2017-12-13 17:54:53 +08:00
thinkphp
6356cacefd 修正Query类的inc和dec方法的关键词问题 2017-12-11 21:53:27 +08:00
Gaozhen Ying
b6f3959c6d fix typo 2017-12-07 15:33:16 +08:00
thinkphp
1b94adfb2b 改进 2017-12-07 14:32:23 +08:00
thinkphp
86860d6210 修正join 2017-12-07 14:26:43 +08:00
thinkphp
ecd243bb41 修正一处兼容问题 2017-12-06 15:02:00 +08:00
thinkphp
576273cdf1 调试模式下不读取字段缓存文件 2017-12-05 15:05:43 +08:00
thinkphp
a4b5d8908f 修正关联 2017-11-25 10:54:20 +08:00
thinkphp
e7ab1e9a2d 改进 2017-11-21 15:36:36 +08:00
thinkphp
c38d2a6d0d 改进中间表模型的实例化 2017-11-21 15:17:52 +08:00
thinkphp
b0f2e21cca 改进insertall方法的分批处理 2017-11-01 18:10:49 +08:00
thinkphp
9db0007e36 改进参数绑定类型对枚举类型的支持 2017-10-31 12:12:49 +08:00
thinkphp
b14f58d717 改进alias方法 2017-10-16 17:22:06 +08:00
thinkphp
80c82571b0 修正chunk方法对时间字段的支持 2017-10-12 14:27:59 +08:00
thinkphp
d9b21a33d8 改进whereTime查询 2017-09-21 12:42:35 +08:00
thinkphp
d1a99bb02c 改进Query类的getCacheKey方法 2017-09-12 10:48:51 +08:00
thinkphp
accd0b6db4 改进一处异常错误 2017-09-06 10:18:06 +08:00
thinkphp
067237fa1f 改进一个字段多次查询条件 2017-09-05 18:12:05 +08:00
thinkphp
4ef35fa4bb Query类lock方法支持传入字符串 2017-09-05 17:36:15 +08:00
thinkphp
ad48ec693f 改进Query类的connect方法 2017-09-04 11:29:19 +08:00
thinkphp
d6716ddd82 改进Query类的cache方法 2017-09-01 17:23:19 +08:00
thinkphp
ed5d05f4b7 修正 2017-08-31 17:01:03 +08:00
thinkphp
18aa14924e chunk方法添加异常处理 2017-08-31 16:15:24 +08:00
thinkphp
aa0583fee4 改进Query类chunk方法避免受order方法影响 2017-08-31 15:58:48 +08:00
thinkphp
e2c7ba29e3 改进chunk方法的order参数大小写 2017-08-21 11:16:56 +08:00
thinkphp
6b98a9974c 改进Query类的chunk方法支持排序设置 2017-08-19 10:42:05 +08:00
yinggaozhen
64c51cdde6 修改connecttion和belongsTo若干文档注释错误 2017-08-03 11:29:14 +08:00
thinkphp
5c1d516a65 修正聚合查询返回null的问题 2017-07-06 23:23:06 +08:00
thinkphp
ac7dbafab2 优化query类的insert方法 2017-07-05 13:32:13 +08:00
thinkphp
6e94f2eae7 修正数据库查询一处问题 改进数据库异常避免暴露敏感信息 2017-07-04 09:08:52 +08:00
thinkphp
73cafb95dc 修正Query类的value和column方法 2017-05-29 09:30:00 +08:00
thinkphp
253f2bfc7b insertall支持replace 2017-05-21 00:35:25 +08:00
thinkphp
7deea9dd07 改进Query类 2017-05-20 23:22:23 +08:00
thinkphp
2ee83fff81 Revert "Query类分页查询方法增加total_cache参数配置"
This reverts commit 6a550b8cb8.
2017-05-15 16:55:15 +08:00
thinkphp
6a550b8cb8 Query类分页查询方法增加total_cache参数配置 2017-05-15 16:45:20 +08:00
thinkphp
c0763644f3 修正Query类的useSoftDelete方法返回值 2017-05-11 14:23:09 +08:00
thinkphp
a9d5851672 修正一对一嵌套关联数组定义的问题 2017-05-08 23:03:39 +08:00
thinkphp
3dda16bbda 改进使用了手动参数绑定的时候 缓存出现问题的情况 2017-05-06 09:35:43 +08:00