Commit Graph

528 Commits

Author SHA1 Message Date
Jim Liu
47bfd562fe 修复闭包查询条件为空导致的 sql 语法错误 2017-01-29 17:24:06 +08:00
thinkphp
9a308b94e3 改进Query类delete方法的缓存标识读取 2017-01-29 17:01:51 +08:00
thinkphp
e192f97a6d 修正Query类的update和delete方法的自动缓存清理 2017-01-29 16:40:03 +08:00
thinkphp
13c7eb8452 改进连接器类 2017-01-26 15:10:21 +08:00
thinkphp
55b99355d7 改进Query类的setBuilder方法 避免因自定义连接器类后找不到生成器类 2017-01-26 13:55:01 +08:00
thinkphp
7d517177bc 删除Connection类废弃属性resultSetType 2017-01-24 16:49:20 +08:00
thinkphp
33849140da 优化Connection类close方法 2017-01-24 16:44:50 +08:00
水平凡
d8cc777e1d 修正bindParam方法 2017-01-24 11:51:10 +08:00
thinkphp
7348729b40 Query类的hidden和visible方法取消 改进Model类的hidden和visible方法支持操作关联属性 2017-01-22 23:21:46 +08:00
thinkphp
b1fa683e3d Query类增加hidden和visible方法 用于模型输出的字段隐藏和显示
with和relation方法支持多次调用
2017-01-22 17:13:41 +08:00
thinkphp
6f02e4b127 关联预载入方法调整 取消class参数 关联的数据集查询根据模型的数据集返回类型设定 2017-01-22 12:42:24 +08:00
thinkphp
a13eb10116 改进写入数据的自动参数绑定 2017-01-21 14:20:26 +08:00
thinkphp
776bf4805e 改进数据集对象的返回 由Query类select方法返回数据集对象 Connection类getResult方法不再进行数据集对象转换 2017-01-21 12:36:50 +08:00
thinkphp
249c5e62e4 改进parseOrder对rand的支持 2017-01-20 20:27:55 +08:00
thinkphp
e1b35abd51 改进count查询对group的支持 2017-01-19 18:52:26 +08:00
yunwuxin
b4290f0d01 完善分页 2017-01-16 14:41:39 +08:00
thinkphp
1e8e169b0a 改进where方法的相同字段多次查询 2017-01-13 17:53:11 +08:00
thinkphp
f37a5e8f55 改进Query类的whereTime方法支持更多的时间日期表达式(默认查询条件为大于指定时间表达式) 2017-01-12 17:07:40 +08:00
thinkphp
508ff846c3 取消min max sum avg方法的参数默认值 2017-01-12 16:03:19 +08:00
thinkphp
bd007e81e9 Query类增加getPdo 2017-01-12 14:47:20 +08:00
thinkphp
f2a82bcf82 改进today的日期查询 2017-01-12 13:53:09 +08:00
thinkphp
b54442a42f 改进单个字段多次Or查询情况的查询 2017-01-12 12:43:58 +08:00
thinkphp
b47fe5553b 修正null查询的条件合并 2017-01-12 12:17:53 +08:00
thinkphp
1ab44ff8e7 改进 2017-01-12 11:45:55 +08:00
thinkphp
5b5e7373e7 改进Query类条件查询一处问题 2017-01-12 10:45:21 +08:00
thinkphp
74a5101c9a Merge branch 'master' of https://github.com/top-think/framework 2017-01-11 22:35:25 +08:00
thinkphp
48064414c4 改进Query类paginate方法第一个参数可以使用数组参数 2017-01-11 22:35:02 +08:00
thinkphp
7ab6b6e04b 增加快捷查询方法 2017-01-11 18:17:32 +08:00
thinkphp
4cb2428df4 fetchPdo方法调整 2017-01-11 16:01:48 +08:00
thinkphp
214ed4976c Merge branch 'master' of https://github.com/top-think/framework
# Conflicts:
#	library/think/db/Connection.php
2017-01-10 10:35:35 +08:00
thinkphp
49108300c9 改进对存储过程调用的支持 改进getRealSql的调用机制 改进数据表字段使用中划线的参数绑定支持 2017-01-10 10:31:22 +08:00
thinkphp
ba7ca1d562 修正 2017-01-06 16:17:35 +08:00
thinkphp
fd2546730b 数据库配置参数增加result_type 用于设置数据返回类型 方法参数名称调整 2017-01-06 16:12:27 +08:00
thinkphp
8985a41c32 like查询条件支持数组 2017-01-04 16:50:42 +08:00
thinkphp
7fa018ca0c 改进Mysql驱动的getFields方法 2017-01-03 14:37:41 +08:00
thinkphp
c659275872 改进Query类的data的多次设置 inc 和dec方法 支持批量设置 2017-01-03 13:59:31 +08:00
thinkphp
24c928f3e2 Query类增加data inc dec exp方法用于快捷设置数据 insert和update方法参数可以为空 读取data设置数据 2017-01-03 08:16:44 +08:00
thinkphp
0e3bfbe06c 优化Connection的查询 2017-01-02 20:39:20 +08:00
thinkphp
d6b9e2f628 2017更新 2017-01-01 13:00:23 +08:00
thinkphp
e4c0e406cf exp查询支持传入绑定参数 2016-12-28 17:52:38 +08:00
thinkphp
293dce8639 改进 2016-12-28 14:58:43 +08:00
thinkphp
b0237b766d 改进关联定义中包含查询条件后重复执行的问题 2016-12-28 11:37:50 +08:00
thinkphp
d409477b42 改进参数绑定支持中文字段自动绑定 2016-12-27 15:49:01 +08:00
thinkphp
d89fb4bd0a 改进Builder类的insertall方法 增加对null和对象数据的处理 2016-12-27 13:43:31 +08:00
thinkphp
7a26126a9b 改进参数绑定类型 支持bit类型自动绑定 2016-12-27 10:23:22 +08:00
thinkphp
c20c27bcb8 Connection类model方法更改为getQuery 2016-12-27 08:15:57 +08:00
thinkphp
0fd7259679 修正 2016-12-26 23:06:20 +08:00
thinkphp
7bb3e5561c 优化Connection类__call方法 2016-12-26 22:55:38 +08:00
thinkphp
5128ad407b withCount方法的第二个参数默认为true 2016-12-26 15:58:16 +08:00
thinkphp
a74b842d71 改进关联统计 2016-12-26 15:52:53 +08:00