|
|
98759201ac
|
Fixed bug #7271. Classes that call '*::populateRecord()' after retrieving data from ddbb call now the method on the class of the model returned by '*::instantiate()'. Tests for mysql, elasticsearch and mongodb attached.
|
2015-02-15 17:25:43 -05:00 |
|
|
|
6e50783ea4
|
yii\mongodb\Query::select now allows excluding fields
|
2015-01-30 12:34:19 +02:00 |
|
|
|
0adcd06ca2
|
Fixed lazy load of relations to yii\mongodb\file\ActiveRecord
|
2014-12-23 20:58:58 +02:00 |
|
|
|
6fbd710d6c
|
Extra unit test for yii\mongodb\Query::modify() added
|
2014-12-01 15:49:47 +02:00 |
|
|
|
338b334254
|
Improved console controller tests
|
2014-11-27 03:39:00 +03:00 |
|
|
|
df023545c9
|
Fixed yii\mongodb\ActiveRecord saves null as _id, if attributes are empty
|
2014-11-17 17:53:48 +02:00 |
|
|
|
12f9180b40
|
Method 'oneWithModify' renamed to 'modify' at yii\mongodb\Query
|
2014-11-08 14:09:13 +02:00 |
|
|
|
da000165cf
|
Method 'oneWithUpdate' renamed to 'oneWithModify' at yii\mongodb\Query
|
2014-11-07 12:44:34 +02:00 |
|
|
|
5dffd72c58
|
Added support for 'findAndModify' operation at yii\mongodb\Query and yii\mongodb\ActiveQuery
|
2014-11-06 14:40:33 +02:00 |
|
|
|
15c8935db1
|
Fixed yii\mongodb\ActiveRecord unable to fetch 'hasMany' referred by array of \MongoId
|
2014-10-09 14:55:43 +03:00 |
|
|
|
3abefac692
|
Fixed yii\mongodb\Collection unable to fetch default database name from DSN with parameters
|
2014-10-07 17:43:05 +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 |
|
|
|
1c9fc33a40
|
fixed HHVM test break
|
2014-07-30 14:59:02 +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 |
|
|
|
b90f88659d
|
Unit test for MongoDB migration controller added
|
2014-07-10 13:33:09 +03:00 |
|
|
|
5fb654f95d
|
'MongoDbTestCase::loadClassMap()' refactored
|
2014-07-10 13:31:07 +03:00 |
|
|
|
0c14f47f9a
|
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support
|
2014-06-20 17:40:00 +04:00 |
|
|
|
905e39ede9
|
RBAC migration is now aware of custom table names, speeded up RBAC tests
|
2014-05-07 00:19:33 +04:00 |
|
|
|
0e143338d7
|
Finished refactoring find() .
|
2014-04-07 16:29:12 -04:00 |
|
|
|
75154d351d
|
Refactored AR find
|
2014-04-07 09:43:03 +04:00 |
|
|
|
c572c23c2f
|
adjusted tests
|
2014-04-02 18:56:49 +02:00 |
|
|
|
96f1c4c10b
|
renamed Query::filter() to Query::filterWhere()
|
2014-04-02 18:48:14 +02:00 |
|
|
|
a884c80fe3
|
Merge branch 'master'
|
2014-03-29 22:55:59 +04:00 |
|
|
|
e0edca24a9
|
Improves mongodb nested and in condition test
|
2014-03-28 12:03:27 +01:00 |
|
|
|
70d495bcd4
|
Adds more mongodb tests for combination conditions
|
2014-03-28 10:23:45 +01:00 |
|
|
|
3dd8a039be
|
Adds mongodb test for combination conditions
|
2014-03-28 10:01:18 +01:00 |
|
|
|
3c1a8141fd
|
fixes #2002
|
2014-03-27 12:41:16 +04:00 |
|
|
|
19327ebd14
|
Added tests for Query::filter()
|
2014-03-26 17:09:16 +04:00 |
|
|
|
b5f8a4dc22
|
Reformat code te be PSR-2 compatible
|
2014-03-16 10:46:21 +06:00 |
|
|
|
c9edea3d11
|
merge
|
2014-03-08 15:36:12 +02:00 |
|
|
|
bc73a2481c
|
MongoDB log fixed to handle Mongo objects correctly
|
2014-03-08 15:19:46 +02:00 |
|
|
|
32d0768919
|
style fixes with phpcs:yii2
|
2014-03-08 14:55:58 +02:00 |
|
|
|
866ba85010
|
yii\mongodb\file\Collection::ensureMongoId() fixed to suppress exception on invalid _id format.
|
2014-03-08 14:12:08 +02:00 |
|
|
|
8d5536ac12
|
yii\mongodb\file\ActiveRecord::update() fixed to save the attributes while updating file.
|
2014-03-08 11:49:09 +02:00 |
|
|
|
1676d914fa
|
Add unit tests
|
2014-03-04 15:34:47 +03:00 |
|
|
|
08131477a2
|
yii\mongodb\Collection::mapReduce() fixed to handle 'inline' output correctly.
|
2014-02-10 21:51:38 +02:00 |
|
|
|
91c86fb704
|
MongoDB ActiveRecord uit test advanced to check integer value handling.
|
2014-01-15 11:33:58 +02:00 |
|
|
|
5d3684fd7c
|
Unit test for MongoDB Cache advanced.
|
2014-01-13 16:13:21 +02:00 |
|
|
|
9ca62131f9
|
Merge branch 'master' of github.com:yiisoft/yii2 into mongodb-cache
|
2014-01-13 15:36:51 +02:00 |
|
|
|
32887edf5a
|
MongoDB Cache class added as draft.
|
2014-01-13 14:41:45 +02:00 |
|
|
|
48be2bb7d1
|
MongoDB Session class added.
|
2014-01-13 12:54:18 +02:00 |
|
|
|
ab47d58c69
|
path fixes.
|
2014-01-10 21:58:50 -05:00 |
|
|
|
42d8748e6e
|
Fixes #1579: throw exception when the given AR relation name does not match in a case sensitive manner.
Renamed `ActiveRecord::getPopulatedRelations()` to `getRelatedRecords()`
|
2013-12-21 23:26:35 -05:00 |
|
|
|
21fff9429c
|
Mongo full text search test updated.
|
2013-12-19 12:21:20 +02:00 |
|
|
|
9ea4ef13fe
|
MongoDB Active Relation lazy load fixed.
|
2013-12-16 15:46:28 +02:00 |
|
|
|
0310935e48
|
fixed test breaks.
|
2013-12-10 00:12:17 -05:00 |
|
|
|
8a3277e7e9
|
tag for MongoDB unit tests fixed
|
2013-12-09 11:04:15 +02:00 |
|
|
|
9b5f3fab99
|
Extension "mongo" renamed into "mongodb"
|
2013-12-06 17:35:32 +02:00 |
|