Qiang Xue
|
41685a2409
|
moved extensions under yii.
|
11 years ago |
Paul Klimov
|
9b5f3fab99
|
Extension "mongo" renamed into "mongodb"
|
11 years ago |
Klimov Paul
|
99b6ae27b3
|
Logging and profiling at Mongo improved.
|
11 years ago |
Paul Klimov
|
04fb75b6a7
|
File retrieve methods added to Mongo File Active Record.
|
11 years ago |
Klimov Paul
|
aa3a6dbe74
|
Doc comments at Mongo updated.
|
11 years ago |
Paul Klimov
|
3e744b73e9
|
Mongo Collection "findAll" method removed.
Logging and profiling for Mongo Query added.
|
11 years ago |
Paul Klimov
|
e3c281f3cb
|
Mongo Collection "aggregate" method interface refactored.
|
11 years ago |
Paul Klimov
|
0e082c170c
|
Aggregation functions added to Mongo Query.
|
11 years ago |
Klimov Paul
|
139450dad1
|
Mongo condition composition reworked to match original DB interface.
|
11 years ago |
Paul Klimov
|
9c7d2b23c2
|
Mongo Active Record and Active Query fixed.
|
11 years ago |
Paul Klimov
|
0f7ded8f53
|
Mongo query unit test fixed.
|
11 years ago |
Paul Klimov
|
9da7a80f0f
|
Mongo query condition composition composed.
|
11 years ago |
Paul Klimov
|
d42a942aed
|
Mongo Command 'update' and 'insertBatch' methods added.
|
11 years ago |
Paul Klimov
|
4f5f5bb691
|
Mongo Query implemented as draft.
|
11 years ago |
Paul Klimov
|
c929268b25
|
Mongo classes created as blank.
|
11 years ago |
Carsten Brandt
|
8250cfbb0f
|
reverted change of count() signature
|
11 years ago |
Carsten Brandt
|
65338972c7
|
refactored ActiveRecord classes to use Interfaces and traits
this allows us to implement other activerecord implementations based on
NoSQL dbms
|
11 years ago |
Carsten Brandt
|
b8e31d50bb
|
renamed AR trait classes
|
11 years ago |
Carsten Brandt
|
4653526262
|
moved common parts of db ActiveRelation and Query to traits
these parts can be reused in other ActiveRecord implementations
|
11 years ago |