Commit Graph

17 Commits

Author SHA1 Message Date
thinkphp
d8214cca48 改进Connection类的connect方法 2016-04-28 17:18:09 +08:00
thinkphp
7050d8b630 完善Builder类 2016-04-28 15:28:26 +08:00
thinkphp
810a88a48e 改进where方法的原生sql条件 并且支持参数绑定 2016-04-28 14:19:55 +08:00
thinkphp
43fb7cc445 改进Query类和Build类 改进查询语法 2016-04-28 14:06:06 +08:00
thinkphp
67c47dd526 改进对Page的解析位置 2016-04-26 08:25:31 +08:00
thinkphp
a9577009f8 改进Model类和Query类 name方法纳入链式操作 查询完成后释放 原来Connection类的getTableInfo方法移入 Query类 2016-04-25 13:35:46 +08:00
thinkphp
0ed23d6186 Query类增加failException方法 用于设置查询没有找到数据时候是否抛出异常 2016-04-23 18:16:26 +08:00
thinkphp
2fb064cb37 Connection类getAttribute方法 改成 getConfig 增加setConfig方法 Model类类型转换支持格式定义 2016-04-23 11:17:53 +08:00
thinkphp
138dab1e9e 修正写入数据的参数绑定 2016-04-23 09:03:41 +08:00
thinkphp
1e1d2ab951 修正Query类的builder方法 2016-04-19 17:51:45 +08:00
thinkphp
2a09d8d8db 修正 2016-04-18 10:58:20 +08:00
thinkphp
2bc267a6aa insert和update方法支持使用field方法过滤写入字段 2016-04-17 09:44:40 +08:00
thinkphp
57f855e01d 修正builder 2016-04-17 09:32:07 +08:00
thinkphp
b97df6289e 改进insertall方法 2016-04-16 16:42:10 +08:00
thinkphp
09d5fb734c 修正insertall方法的问题 2016-04-16 16:07:44 +08:00
thinkphp
f5ef285cb2 改进数据库类 2016-04-16 14:17:56 +08:00
thinkphp
6886c03657 数据库重构 2016-04-16 11:18:35 +08:00