Commit Graph

410 Commits

Author SHA1 Message Date
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
过客
0c0da5fd44 json字段支持参数错误
explode 参数位置错误
2016-09-09 15:54:42 +08:00
thinkphp
83ad0ced1b 改进Query类的分页方法 支持参数绑定 2016-09-07 19:22:10 +08:00
thinkphp
fc0c563706 改进Query类的gettableinfo方法 2016-09-07 11:52:24 +08:00
thinkphp
0e4549fe76 Query类cache方法增加第三个参数 用于设置缓存标签 2016-09-03 21:41:33 +08:00
thinkphp
7d9b65e63b 改进Query类的find方法 2016-09-02 12:26:55 +08:00
thinkphp
da4b98fca7 改进Query类的查询方法 2016-09-01 13:31:30 +08:00
thinkphp
10a323b2c1 修正sqlsrv驱动 2016-08-31 18:00:45 +08:00
thinkphp
655e6fb38f 改进Query类的查询方法 2016-08-31 17:52:32 +08:00
thinkphp
a322533596 删除sqlsrv驱动的parseOrder方法 2016-08-31 15:24:20 +08:00
thinkphp
389b4c7dd2 环境变量定义文件更改为 .env 不再使用php数组方式定义 改为兼容ini格式定义(支持数组方式) 2016-08-31 11:43:05 +08:00
thinkphp
b59649d128 改进Query类的select方法 2016-08-30 12:08:31 +08:00
thinkphp
bb3b9a4284 改进Query类的select方法的返回结果集判断 Connection类增加getNumRows方法 2016-08-29 11:32:43 +08:00
thinkphp
5725e21caf 改进Query类的field方法 2016-08-24 18:07:03 +08:00
thinkphp
dead0d561f 改进Query类 2016-08-24 17:10:19 +08:00
thinkphp
29bd46caf5 改进模型的字段信息定义第二次查询不生效的问题 2016-08-24 16:12:05 +08:00
thinkphp
ee4960af78 改进Query类的getTableInfo方法 2016-08-24 15:35:55 +08:00
thinkphp
6cd6111a13 修正Connection类 2016-08-22 21:54:41 +08:00
thinkphp
17201e9954 改进对存储过程exec的支持 2016-08-22 18:54:08 +08:00
thinkphp
e7e79f4c78 修改 数据库事务方法的注释 取消返回值 2016-08-19 17:00:55 +08:00