Commit Graph

370 Commits

Author SHA1 Message Date
Karson
36676c61dc 修复PHP7.4下数组或字符串读取时的兼容性BUG
Signed-off-by: Karson <karsonzhang@163.com>
2021-03-18 11:21:22 +08:00
罗鸿蕊
925f073b05 修复Query getPk 方法判断table字段是否存在问题 2019-05-24 14:19:37 +08:00
thinkphp
5b3bbac60c 改进Query 2018-12-14 11:23:05 +08:00
thinkphp
ebb220f1cb 改进聚合查询方法的正则判断 2018-12-05 12:07:07 +08:00
thinkphp
85c06ae827 改进count方法返回值类型 2018-12-04 18:21:30 +08:00
thinkphp
f89cc5a6e4 改进多对多关联 2018-10-26 16:12:11 +08:00
thinkphp
d77e233c45 Merge branch 'master' of https://git.topthink.com/topteam/framework 2018-10-24 16:58:25 +08:00
thinkphp
72b6c3ccaa 聚合查询字段支持DISTINCT 2018-10-22 14:15:47 +08:00
thinkphp
474916983e 改进count查询的返回值类型 2018-10-18 19:05:37 +08:00
thinkphp
8652c83ea1 改进聚合查询的安全性 2018-10-18 18:37:53 +08:00
yunwuxin
4a882963d6 Query支持调用模型的查询范围 2018-10-08 15:18:54 +08:00
thinkphp
5145f28343 改进value方法的缓存处理 2018-08-08 13:49:02 +08:00
thinkphp
48054a6abb jion方法的条件支持传入Expression对象 2018-04-27 12:16:43 +08:00
thinkphp
c6e263be4b 修正一处BUG 2018-04-26 11:08:28 +08:00
thinkphp
1cfef7aadc 改进 2018-04-25 15:41:12 +08:00
thinkphp
4003537d84 改进主从读取 2018-04-25 15:01:48 +08:00
thinkphp
21872be5af 改进分布式写入数据后及时读取的问题 2018-04-23 14:45:51 +08:00
thinkphp
3bf48cbfef 修正setInc和setDec方法 2018-04-14 13:04:04 +08:00
thinkphp
f34e91deb2 exp表达式查询改进 2018-04-14 12:43:52 +08:00
thinkphp
137ccfc458 改进insertAll方法 2018-04-14 10:12:25 +08:00
thinkphp
287b390c8f 改进order用法 2018-04-13 13:21:53 +08:00
thinkphp
427bf4b2df 改进 2018-04-12 16:52:16 +08:00
thinkphp
b18863749e 改进 2018-04-12 11:19:32 +08:00
thinkphp
8ae0fdef46 增加Expression类及相关方法 2018-04-12 09:25:46 +08:00
thinkphp
fd9b019840 闭包查询使用cache(true)抛出异常 2018-04-09 11:49:01 +08:00
thinkphp
142934607d 修正Query类使用闭包查询后的cache问题 2018-04-09 11:38:24 +08:00
thinkphp
091e7b734d 改进inc/dec查询 2018-03-27 15:55:37 +08:00
thinkphp
fe07938197 改进 2018-03-15 13:58:29 +08:00
thinkphp
a9c1d7df9d 修正Query类view方法的数组表名定义 2018-03-15 13:50:47 +08:00
thinkphp
8f0da295bc 注释改进 2018-03-02 16:54:46 +08:00
thinkphp
273ed6d196 改进Query类查询 2018-03-01 18:03:59 +08:00
thinkphp
680be85343 改进field方法 2018-02-14 22:31:41 +08:00
thinkphp
b052eccb26 改进 2018-02-08 15:48:14 +08:00
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