Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/top-think/think-mongo

mongodb driver for thinkphp
https://github.com/top-think/think-mongo

更新Query类和Connection类 支持设置当前的查询对象

080fb8fd5043f89afa1927a0e932a16ef8ca1c14 authored over 8 years ago by thinkphp <[email protected]>
Merge branch 'master' of https://github.com/top-think/think-mongo

132269dafcd20f5ffb749f31129af23b9ddef034 authored over 8 years ago by thinkphp <[email protected]>
改进Query类的insertall方法

74bddade9022da835c72bcb1e02c4bf8527f6dc2 authored over 8 years ago by thinkphp <[email protected]>
改进Query类的insertall方法

fac75e75ceefc4bbc4551487c9374af4140afbdb authored over 8 years ago by thinkphp <[email protected]>
Query类增加getlastsql方法

fb30356954c6dab62babd23c1b0bbd3021844d13 authored over 8 years ago by thinkphp <[email protected]>
改进查询条件的解析 完善对_id的查询

7ec28dc5d064455cbdb198084d0f6db91b698bdb authored over 8 years ago by thinkphp <[email protected]>
修正Query类

d448175d88c73c58b6abd089cfea9d2ed421fe01 authored over 8 years ago by thinkphp <[email protected]>
更新readme文件

aca5652e0c7c87974467c7a0c00f5f6c0711d897 authored over 8 years ago by thinkphp <[email protected]>
改进mongo的sql日志记录 并且开启数据库的调试模式有效

f0613f680bf58ac39e4f84be55579946028a790b authored over 8 years ago by thinkphp <[email protected]>
修正Mongo的in查询

343506693eae1960b42ce1fdbf07a67fd99fa0d4 authored over 8 years ago by thinkphp <[email protected]>
改进日志记录

cb214670ffcf4741fd284410a8a59e183f366e56 authored over 8 years ago by thinkphp <[email protected]>
记录数据库连接时间

44b035faad15aa0efc8b075b528d93edd4f72003 authored over 8 years ago by thinkphp <[email protected]>
Query类的改进分页方法

75fbe48ddb77b345e15cbaa2615c8985494c1b81 authored over 8 years ago by thinkphp <[email protected]>
改进Connection类的connect方法

18433e6987fbafcd42d9574c549e55a4b271a92d authored over 8 years ago by thinkphp <[email protected]>
改进模糊查询和正则查询

72ff10a92d2d0a75b2ef3253b5c0fe60f685940e authored over 8 years ago by thinkphp <[email protected]>
Merge branch 'master' of https://github.com/top-think/think-mongo

96fd792a24f18780972ad2e82b7590af0e96f90b authored over 8 years ago by thinkphp <[email protected]>
修正like查询

0bd1f2a1f2bdf95932129f62b972e1a8ca63e213 authored over 8 years ago by thinkphp <[email protected]>
改进Builder类的parseSet方法

b73057b4d924324971043957fa3ba1b80fa35bdc authored over 8 years ago by thinkphp <[email protected]>
修正Query类的find方法

21e4441904f175f9e2eac6fe3957f65075f7bdf2 authored over 8 years ago by thinkphp <[email protected]>
改进Connection类convertObjectID方法

17b1abf42468dd68c0b383491f01e4711d6c41f0 authored over 8 years ago by thinkphp <[email protected]>
改进Connection Query类 对写入数据的pk转换支持

d20ae8cb374a2849e776f6e8d01b996a762337c9 authored over 8 years ago by thinkphp <[email protected]>
改进Query类

50c486372a0e944b0c6bd1a79479ebd9fb3138ce authored over 8 years ago by thinkphp <[email protected]>
改进Query类的缓存处理

c22559f0c2fa857f63577c2051b8f6a72991644a authored over 8 years ago by thinkphp <[email protected]>
Query类增加findOrFail和selectOfFail方法

d832fc777d2257dd4713eea6aa2bbc6f29694dfd authored over 8 years ago by thinkphp <[email protected]>
改进Query类的delete方法参数默认值

7f608e1a8cd9dff0fac9c2d20784e431c45494e7 authored over 8 years ago by thinkphp <[email protected]>
修正Query类的find方法

11a178e15c802cfcd1080c66a441f9b6f540e6ce authored over 8 years ago by thinkphp <[email protected]>
改进Connection类的getResult方法

9227177aa1cc8d9c9cf7c4d7405a89596eb67798 authored over 8 years ago by thinkphp <[email protected]>
改进Query类的delete方法参数 data为true表示强制删除

5c07720d1b788043aeb5af65309a07cc695c21a9 authored over 8 years ago by thinkphp <[email protected]>
Query类的delete方法增加force参数 用于是否强制删除

936615a9a4b90516539d8215f2a86c3b1fee1490 authored over 8 years ago by thinkphp <[email protected]>
改进Query类的find和select方法 异常处理

4f83bd6f045bd9537deacdc8ff3408d55b653c7f authored over 8 years ago by thinkphp <[email protected]>
Merge branch 'master' of https://github.com/top-think/think-mongo

# Conflicts:
# src/Connection.php

fe9bac79353d3af7f15546bb313f6afb3b66e686 authored over 8 years ago by thinkphp <[email protected]>
改进Connection类 支持配置resultset_type参数 调整异常

b0d31451a47e9b880b4d17872754d5837539f502 authored over 8 years ago by thinkphp <[email protected]>
数据库配置增加pk_convert_id 参数 true则表示 _id 自动转换为 id

4c3746f15a741f29e3fc88f150fe23553ffebca4 authored over 8 years ago by thinkphp <[email protected]>
改进Query类的cmd方法 记录日志

7ee4930e3ffc3318d03ebb620fecfb6fe6139afb authored over 8 years ago by thinkphp <[email protected]>
改进Query类的cmd方法支持直接执行命令

2bd0ee6042095313f06e38bb679e711ece22be76 authored over 8 years ago by thinkphp <[email protected]>
注释调整

de7f48b82c57b209eea202ad599a1ece37740d10 authored over 8 years ago by thinkphp <[email protected]>
改进Bulder类的prsedata方法

70f0dfe338188765f34b666e49ebbd2f80430fbd authored over 8 years ago by thinkphp <[email protected]>
增加mongo的执行日志记录

ecfcdaf0006f4ce4cac56e0cf692f73f4559050b authored over 8 years ago by thinkphp <[email protected]>
增加一些新的查询命令

1cb9b5f1a6792cc0309469145857873bb2fc5831 authored over 8 years ago by thinkphp <[email protected]>
改进distinct方法

262f068baf01de8b2fbd91b8c9f2b2a232870852 authored over 8 years ago by thinkphp <[email protected]>
方法和注释改进

a1fb387f3cbebff2a2f0a70bbbe8936340d76cb5 authored over 8 years ago by thinkphp <[email protected]>
改进Query类的order方法 的第二个参数使用 desc和asc

16b5b1daff15373adfd49f9fe51aebd0eb0e853f authored over 8 years ago by thinkphp <[email protected]>
添加描述

4c5f6df2f77cf4f74873bd9d3b47a22b8af83ca3 authored over 8 years ago by thinkphp <[email protected]>
修改

596771b5eb2c28e3bd732d96a13a05718e799523 authored over 8 years ago by thinkphp <[email protected]>
基础版本提交

742d434bd1208cb1f77ab30705287ff088a1dc6a authored over 8 years ago by thinkphp <[email protected]>
Initial commit

a18ce3c4b26919264216f7db2a090c151ff15440 authored over 8 years ago by ThinkPHP <[email protected]>