Commit Graph

451 Commits

Author SHA1 Message Date
thinkphp
f756bb804e 改进 2016-11-22 17:24:44 +08:00
thinkphp
ee5ef96aac 修正 2016-11-22 17:22:45 +08:00
thinkphp
1839123bcd 模型的all和select方法支持获取器 2016-11-22 17:18:59 +08:00
thinkphp
ada54290b7 改进自动参数绑定 2016-11-22 16:09:14 +08:00
thinkphp
72cdb44de8 改进in和between查询条件的自动参数绑定 2016-11-22 14:32:22 +08:00
thinkphp
384ce564f9 改进Query类对数据集对象以及关联字段排序的支持 2016-11-22 11:08:45 +08:00
thinkphp
45f260d11a 改进Query类的getTableInfo方法缓存读取 2016-11-17 22:24:45 +08:00
thinkphp
e643514af8 修正关联查询的时候 whereTime方法的bug 2016-11-15 18:53:56 +08:00
thinkphp
72209e8035 改进Query类的聚合查询 2016-11-12 23:55:17 +08:00
thinkphp
310775471a table方法支持字符串方式的子查询 2016-11-12 11:11:18 +08:00
thinkphp
a924186ce6 修正count avg方法使用fetchsql无法正确返回sql的问题 2016-11-12 10:38:19 +08:00
thinkphp
6f51dd0e47 修正软删除的withTrashed方法 Query类增加removeWhereField方法 2016-11-10 11:36:32 +08:00
thinkphp
3935ed5915 关联定义支持在关联方法中使用field获取指定查询字段 2016-11-09 16:01:59 +08:00
thinkphp
46b8b5e8e7 改进Query类的min和max方法 对 日期类型的支持 2016-11-07 11:14:02 +08:00
thinkphp
3a1cf0bb9a 修正Query类getJoinTable方法 2016-11-02 10:32:26 +08:00
thinkphp
1d30c47de3 改进Query类的alias方法 2016-11-01 18:17:37 +08:00
thinkphp
223a48b6b8 改进Query类join和view方法 2016-10-30 10:11:12 +08:00
thinkphp
05e341a80d 改进Query类的join方法 2016-10-29 09:24:34 +08:00
thinkphp
087e968b80 改进Query类where方法 2016-10-26 11:34:36 +08:00
thinkphp
a3f80621b5 改进Query类的paginate方法 2016-10-25 22:54:40 +08:00
thinkphp
2477345218 优化Connection类的getRealSql方法生成的sql 2016-10-25 14:46:02 +08:00
thinkphp
0674c77498 改进Query类的view和join方法 2016-10-24 14:15:09 +08:00
thinkphp
11f750071c 修正Query类一处错误 2016-10-22 13:25:31 +08:00
thinkphp
2c15118f60 改进Query类的join方法 2016-10-21 23:18:29 +08:00
thinkphp
a83af51903 改进Query类的view方法和join方法 支持使用不带前缀的表名 2016-10-21 23:05:33 +08:00
thinkphp
5a417480a1 改进验证类的activeUrl方法 改进Query类分页方法的参数绑定 2016-10-21 17:36:09 +08:00
thinkphp
f2e51604f4 改进整型字段的参数绑定写入 默认值 2016-10-17 12:09:13 +08:00
thinkphp
99300f8d4d 修正Query类setInc和setDec方法 2016-10-16 19:26:04 +08:00
thinkphp
c67eb5adc8 改进Query类的value方法缓存判断 2016-10-10 17:25:37 +08:00
thinkphp
e3466b4383 改进Query类join方法对子查询支持 2016-10-10 16:29:47 +08:00
thinkphp
0b8327d135 改进 2016-10-10 10:51:32 +08:00
thinkphp
38b21f25ba 简化join方法 2016-10-09 15:39:54 +08:00
thinkphp
b754709dbf 修正Query的join方法 2016-10-09 15:07:19 +08:00
thinkphp
e3ec75d001 改进Query类的table方法和alias方法 2016-10-09 12:08:49 +08:00
thinkphp
6f9fc912df 改进parseTable方法和parseJoin 关联预载入支持hasOne自关联 2016-10-08 21:53:27 +08:00
thinkphp
8f59235a0a 修正sqlsrv驱动parseOrder方法 2016-10-08 10:34:57 +08:00
thinkphp
de7d3e39e0 改进sqlsrv驱动类parseKey方法 2016-10-07 11:47:44 +08:00
thinkphp
14f4302156 改进parseKey方法 2016-10-07 11:43:08 +08:00
thinkphp
7af500de84 修正Query类parseOrder方法一处错误 2016-10-07 11:28:30 +08:00
thinkphp
7c49bd4420 改进join方法解析 2016-10-06 21:50:10 +08:00
thinkphp
32e001cdc6 改进table方法的解析 2016-10-06 20:37:12 +08:00
thinkphp
76b7f02ea4 改进join方法和alias方法的解析 改进软删除的base方法 2016-10-06 19:48:11 +08:00
thinkphp
497c13f127 改进Query类的聚合查询方法的返回值 2016-09-30 20:41:11 +08:00
thinkphp
afa348bc46 改进Query类的getOptions方法 当name参数不存在的时候返回null 2016-09-27 17:26:36 +08:00
thinkphp
7a27dafae4 修正mysql的json类型字段查询 2016-09-26 17:53:16 +08:00
thinkphp
ddb1d702e9 改进Query类分页方法 2016-09-26 16:17:36 +08:00
thinkphp
fc8f05abc9 Query类分页方法第二个参数支持传入总记录数 2016-09-26 16:07:42 +08:00
thinkphp
7d5e5fb237 改进pgsql数据库驱动的数据表字段信息读取 2016-09-22 15:18:57 +08:00
thinkphp
431c09e082 改进Query类的view方法 第二个参数默认值更改为true 获取全部的字段 2016-09-21 14:22:56 +08:00
thinkphp
35890dad5c 数据库配置信息增加query参数用于配置查询对象名称 模型类增加query属性用于配置模型需要的查询对象名称 2016-09-20 12:04:09 +08:00