thinkphp
|
29bd46caf5
|
改进模型的字段信息定义第二次查询不生效的问题
|
2016-08-24 16:12:05 +08:00 |
|
thinkphp
|
ee4960af78
|
改进Query类的getTableInfo方法
|
2016-08-24 15:35:55 +08:00 |
|
thinkphp
|
e7e79f4c78
|
修改 数据库事务方法的注释 取消返回值
|
2016-08-19 17:00:55 +08:00 |
|
thinkphp
|
65053bc1a5
|
改进Query类的chunk方法对主键的获取
|
2016-08-17 16:07:05 +08:00 |
|
thinkphp
|
60af21b56e
|
改进Query类的update和delete的缓存key判断
|
2016-08-17 11:39:48 +08:00 |
|
thinkphp
|
dfb92fa9dd
|
Query类的update和delete方法支持调用cache方法 会自动清除指定key的缓存 配合查询方法的cache方法一起使用 Model类的get方法第三个参数传入true的时候会自动更新缓存
|
2016-08-17 11:17:03 +08:00 |
|
thinkphp
|
f3ff63268a
|
Model类get方法使用主键查询自动缓存
|
2016-08-16 22:39:53 +08:00 |
|
thinkphp
|
2beba43b2e
|
Model类的save方法参数和返回值调整 返回值固定为影响的记录数 Connection类及Query类的execute方法和getLastInsID方法参数调整
|
2016-08-15 19:17:32 +08:00 |
|
thinkphp
|
d76137382c
|
改进Query类的field方法
|
2016-08-11 16:28:40 +08:00 |
|
thinkphp
|
5a612058ef
|
改进Connection类connect方法的异常处理 改进Query类一处可能的问题
|
2016-08-11 14:00:24 +08:00 |
|
thinkphp
|
1a089223ea
|
改进Query类的chunk方法获取主键
|
2016-08-09 11:14:24 +08:00 |
|
thinkphp
|
7b8f656827
|
改进Query类的feild方法
|
2016-08-08 14:25:56 +08:00 |
|
thinkphp
|
f21e6827e1
|
改进Query类的field方法
|
2016-08-08 10:33:34 +08:00 |
|
thinkphp
|
177a2456e8
|
改进Query类的setInc和setDec方法
|
2016-08-06 13:08:04 +08:00 |
|
thinkphp
|
700dc44d4f
|
改进Model的延迟写入方法
|
2016-08-05 18:14:01 +08:00 |
|
ThinkPHP
|
cde6204373
|
Merge pull request #239 from zzpuser/patch-9
修正了延迟递减时实际为递增的错误。
|
2016-08-05 04:50:16 -05:00 |
|
thinkphp
|
a08967d825
|
改进Model类 支持设定 主键、字段信息和字段类型 不依赖自动获取
|
2016-08-05 13:48:58 +08:00 |
|
thinkphp
|
ac528e0680
|
改进当数据库驱动类型使用完整命名空间的时候 Query类的builder方法的问题
|
2016-08-05 10:34:54 +08:00 |
|
zzpuser
|
0e27b1d896
|
Update Query.php
|
2016-08-04 10:46:28 +08:00 |
|
zzpuser
|
2fb6ce8021
|
修正了延迟递减时实际为递增的错误。
由于在缓存中存放的递减值为负值,所以这里在拿出这个缓存值(缓存值本身为负值)后运算符应该为+,否则的话运算结果是错误的。
|
2016-08-03 19:36:34 +08:00 |
|
thinkphp
|
17c76a41c7
|
改进Query类的driver属性设置 删除Connection类的getDriverName方法 改进connect方法
|
2016-08-02 15:38:58 +08:00 |
|
thinkphp
|
e74907f5c9
|
改进Query类的lazyWrite方法 改进缓存单元测试 核心去除redis缓存驱动
|
2016-07-25 13:37:45 +08:00 |
|
水平凡
|
0351563c84
|
优化builder方法
|
2016-07-22 11:13:49 +08:00 |
|
thinkphp
|
64f2ae3df8
|
改进Query的参数绑定
|
2016-07-20 17:01:18 +08:00 |
|
yunwuxin
|
30e25f938b
|
改进分页类
|
2016-07-14 10:44:04 +08:00 |
|
thinkphp
|
a01304dd48
|
日期时间查询改进 增加 >= 和 <= 查询 Query类增加setFieldType方法 设置当前字段类型
|
2016-07-13 16:50:34 +08:00 |
|
yunwuxin
|
edd65cf2c7
|
修正注释
|
2016-07-05 10:52:22 +08:00 |
|
thinkphp
|
8b492e0ac0
|
改进Query类
|
2016-07-04 15:44:08 +08:00 |
|
thinkphp
|
8fe3e08706
|
改进Query类的value和column方法 支持 fetchSql方法
|
2016-07-03 09:06:25 +08:00 |
|
thinkphp
|
79f64169be
|
修正Query类的查询缓存
|
2016-07-01 09:45:04 +08:00 |
|
thinkphp
|
0aa1994ce3
|
Query类改进 cache方法支持自动更新缓存数据(仅针对主键查询、更新和删除)
|
2016-06-29 18:05:18 +08:00 |
|
thinkphp
|
9e98ad237f
|
改进Query类的view方法field参数支持使用sql函数
|
2016-06-29 17:25:37 +08:00 |
|
thinkphp
|
438330a4b2
|
改进Query类delete方法参数默认值为null 当参数为true的时候 表示强制删除数据
|
2016-06-28 19:07:33 +08:00 |
|
thinkphp
|
93882f4c8f
|
修正Query类的query和execute方法参数 去掉fetch参数
|
2016-06-28 18:52:56 +08:00 |
|
thinkphp
|
9ca4911c44
|
改进关联预载入查询 两个相同模型查询的问题
|
2016-06-27 23:29:33 +08:00 |
|
thinkphp
|
850376dfe7
|
改进Query类的find和select方法的默认值
|
2016-06-21 10:58:19 +08:00 |
|
thinkphp
|
c4669f142d
|
Merge branch 'master' of https://github.com/top-think/framework
|
2016-06-21 10:33:25 +08:00 |
|
thinkphp
|
7627811cf5
|
修正query类的find方法
|
2016-06-21 10:32:56 +08:00 |
|
thinkphp
|
948d0ea0bb
|
改进驱动命名空间检测
|
2016-06-21 00:01:31 +08:00 |
|
thinkphp
|
a032828d5c
|
注释规范
|
2016-06-20 17:34:54 +08:00 |
|
thinkphp
|
1e6cd85c04
|
修正Query类的gettableinfo方法
|
2016-06-20 10:56:30 +08:00 |
|
thinkphp
|
bfddad2a61
|
修正
|
2016-06-18 23:52:22 +08:00 |
|
thinkphp
|
30cec3abb1
|
取消驱动配置的namespace参数
|
2016-06-18 23:42:16 +08:00 |
|
thinkphp
|
20eaa4f5b8
|
修正Cookie类的has方法
|
2016-06-18 23:10:40 +08:00 |
|
thinkphp
|
933a61467b
|
Query类修改 find方法查询不到数据返回 NULL
|
2016-06-18 09:48:53 +08:00 |
|
WeakSun
|
976215f1b8
|
修正$dataSet不存在索引0导致报错的情况
当$dataSet不包含索引0的时候,会抛出异常,如:$dataSet = [1=>[……],'str'=>[……],……];
|
2016-06-18 01:04:52 +08:00 |
|
thinkphp
|
fddcbac7ae
|
注释修正
|
2016-06-17 17:09:32 +08:00 |
|
thinkphp
|
50d1798e92
|
改进Handle类支持异常的多语言 Lang类增加has方法 增加核心中文语言包
|
2016-06-16 16:07:44 +08:00 |
|
thinkphp
|
fe8f51dd68
|
修正Query类的一处bug
|
2016-06-15 19:55:31 +08:00 |
|
thinkphp
|
381784755f
|
Merge branch 'master' of https://github.com/top-think/framework
|
2016-06-15 11:45:18 +08:00 |
|