Commit Graph

429 Commits

Author SHA1 Message Date
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
thinkphp
c1a2db30c7 改进数据表字段缓存读取 2016-09-20 10:45:10 +08:00
thinkphp
fb52e8a421 改进数据表字段缓存生成 支持读取模块的模型生成 2016-09-19 15:28:31 +08:00
thinkphp
d2b75581fb 模型类的field属性定义简化 取消Query类的allowField和setFieldType方法及相关属性 交给数据表字段缓存 2016-09-18 20:12:32 +08:00
thinkphp
677c4eb2fd 更新数据库驱动类 2016-09-18 17:19:12 +08:00
thinkphp
2b476fe7ff 增加 optimize:schema 命令 用于生成 数据表字段信息缓存 2016-09-18 17:01:55 +08:00
thinkphp
9032818794 修正一个查询条件多个条件的时候的参数绑定BUG 2016-09-17 00:05:26 +08:00
thinkphp
7a5c56ff37 改进Builder类 2016-09-14 12:36:22 +08:00
thinkphp
6bc34d95ac 改进查询条件的参数绑定 2016-09-14 11:57:09 +08:00
thinkphp
79bdc2fd9a 修正EXP查询的参数绑定 2016-09-13 17:17:01 +08:00
thinkphp
3d868bc2d5 修正查询条件为NULL的时候参数绑定的错误 2016-09-13 16:33:31 +08:00
thinkphp
c676ff56cc 改进条件查询的参数绑定 支持 单个字段的多个条件查询 2016-09-13 15:38:29 +08:00
thinkphp
e3a3acaed6 改进查询条件的参数绑定 2016-09-13 14:53:33 +08:00
thinkphp
f1c9a3bb88 改进查询条件的参数绑定 避免冲突 2016-09-13 13:20:44 +08:00
thinkphp
9a5fe91099 改进 2016-09-13 12:39:22 +08:00
thinkphp
633d0041c6 改进查询条件的自动参数绑定 2016-09-13 12:26:22 +08:00
thinkphp
faa3e8aabc connection类quote方法默认读取主库 2016-09-12 13:50:54 +08:00
thinkphp
2e930bd2a5 Connection类quote方法增加master参数 2016-09-11 12:47:51 +08:00
thinkphp
739f8bef18 改进关联查询预载入 支持闭包使用条件之外的连贯操作 2016-09-11 12:20:15 +08:00
thinkphp
b7f38230b1 优化Builder类 2016-09-10 22:27:39 +08:00
thinkphp
3176afcc25 优化Builder类的parseWhere方法 2016-09-10 22:16:23 +08:00
thinkphp
4c68ded446 修正sqlsrv驱动 2016-09-10 21:39:21 +08:00
thinkphp
9f9fa4352b sqlsrv驱动调整 默认不对数据表字段名做转换 2016-09-09 17:32:58 +08:00