|
af7ae33d5b
|
Use (array) cast instead of !is_array check for both readability and performance
|
2015-02-08 17:56:14 +03:00 |
|
|
ec19536047
|
Fixed yii\mongodb\Collection::buildInCondition() handles non-sequent key arrays
|
2014-09-17 11:49:27 +03:00 |
|
|
7a418ae9e2
|
yii\mongodb\Collection::buildLikeCondition() fixed to be case insensitive.
|
2014-08-26 14:03:02 +03:00 |
|
|
11f8a2d190
|
Using of MongoCollection::createIndex() provided
|
2014-07-31 10:20:33 +03:00 |
|
|
7736853837
|
property code style extensions
|
2014-07-30 00:40:46 +02:00 |
|
|
7a937903c2
|
yii\mongodb\Collection::buildLikeCondition() fixed to escape regular expression.
`yii\mongodb\Collection::buildRegexCondition()` added.
|
2014-07-11 16:17:56 +03:00 |
|
|
fe14f0c5e3
|
fixed all the PHPdoc in extensions
|
2014-04-23 03:25:11 +02:00 |
|
|
c7c708d454
|
Removed unused imports
|
2014-04-17 15:35:09 +04:00 |
|
|
0320670822
|
Changes mongodb build and condition, fixes #2868
|
2014-03-28 11:12:38 +01:00 |
|
|
b5f8a4dc22
|
Reformat code te be PSR-2 compatible
|
2014-03-16 10:46:21 +06:00 |
|
|
bc73a2481c
|
MongoDB log fixed to handle Mongo objects correctly
|
2014-03-08 15:19:46 +02:00 |
|
|
866ba85010
|
yii\mongodb\file\Collection::ensureMongoId() fixed to suppress exception on invalid _id format.
|
2014-03-08 14:12:08 +02:00 |
|
|
1982efbdfe
|
many phpcs fixes
|
2014-03-05 00:22:55 +02:00 |
|
|
61cacdfc81
|
add findAndModify() method to the Collection class
|
2014-03-04 12:36:05 +03:00 |
|
|
8f9c54a149
|
add method findOne() to the Collection class
|
2014-02-18 22:40:48 +03:00 |
|
|
08131477a2
|
yii\mongodb\Collection::mapReduce() fixed to handle 'inline' output correctly.
|
2014-02-10 21:51:38 +02:00 |
|
|
8ede55a0df
|
Documentation for "mongodb" extension improved.
|
2014-01-14 12:50:56 +02:00 |
|
|
da9d544c54
|
psr-4 change.
|
2014-01-10 21:06:25 -05:00 |
|
|
41685a2409
|
moved extensions under yii.
|
2013-12-09 23:51:49 -05:00 |
|
|
5a046230fd
|
Translating SQL-like syntax into Mongo syntax removed from "\yii\mongodb\Collection".
|
2013-12-09 11:28:31 +02:00 |
|
|
9b5f3fab99
|
Extension "mongo" renamed into "mongodb"
|
2013-12-06 17:35:32 +02:00 |
|