qiang.xue
|
5021da7a62
|
(Fixes issue 2197)
|
2011-03-13 13:04:10 +00:00 |
|
alexander.makarow
|
2ab981b454
|
reverted method chaining support
|
2011-02-24 16:42:44 +00:00 |
|
alexander.makarow
|
75041e8620
|
Chained calls are now possible for most framework class setters and methods not returning a value
|
2011-02-23 20:20:28 +00:00 |
|
alexander.makarow
|
486acc4f5c
|
(Fixes issue 558) Added parametrized named scopes, added scopes to criteria, implemented scope criteria merging
|
2011-02-19 00:11:00 +00:00 |
|
alexander.makarow
|
b7789909dd
|
(Fixes issue 1080) Correct recursive merging for CDbCriteria::with
|
2011-02-15 11:23:50 +00:00 |
|
alexander.makarow
|
5fe8ca334a
|
(Fixes issue 2099) Fixed CDbCriteria::mergeWith error
|
2011-02-14 20:40:45 +00:00 |
|
qiang.xue
|
4be0af6917
|
changed copyright year.
|
2011-01-01 19:31:13 +00:00 |
|
qiang.xue
|
5e960d8782
|
* (Fixes issue 1667) Added CDbCriteria::index to support indexing the AR query result array with the specified attribute values
|
2010-11-01 21:05:22 +00:00 |
|
mdomba
|
72b974560b
|
Updated PHPDoc @param parameter names
|
2010-09-23 13:28:52 +00:00 |
|
mdomba
|
03786f7380
|
Added checking for empty keywords to addSearcCondition(), to not add unnecesary conditions
|
2010-09-22 13:17:35 +00:00 |
|
qiang.xue
|
d85d8612cb
|
(Fixes issue 1449)
|
2010-09-02 02:19:56 +00:00 |
|
qiang.xue
|
3a3ce8bbd3
|
(Fixes issue 1087)
|
2010-08-30 20:06:22 +00:00 |
|
qiang.xue
|
720aab955f
|
* (Fixes issue 954) Refactored CActiveRecord and CActiveFinder so that CActiveRecord::with() always returns the AR object itself
|
2010-08-30 19:04:44 +00:00 |
|
alexander.makarow
|
654427cf0e
|
(Fixes issue 1382) Space removal in CDbCriteria::compare()
|
2010-07-11 20:31:50 +00:00 |
|
qiang.xue
|
788af0d7c0
|
(Fixes issue 1241, 1328)
|
2010-06-24 19:00:27 +00:00 |
|
qiang.xue
|
0331fecca7
|
(Fixes issue 1289)
|
2010-06-15 17:10:49 +00:00 |
|
alexander.makarow
|
c93d414c9b
|
|
2010-05-19 17:51:16 +00:00 |
|
qiang.xue
|
b326ae476f
|
fixed test breaks.
|
2010-05-02 01:45:05 +00:00 |
|
alexander.makarow
|
abfa0e0328
|
(Fixes issue 1062) Added CDbCriteria::addBetweenCondition()
|
2010-04-20 23:49:15 +00:00 |
|
alexander.makarow
|
bd9fe2ecaa
|
Criteria parameters merging using static count instead of complex logic.
|
2010-04-20 23:06:38 +00:00 |
|
alexander.makarow
|
8486d4e49e
|
CDbCriteria: removed positional placeholders to named placeholders conversion. Non-Yii placeholders are merged as is.
|
2010-03-21 01:07:06 +00:00 |
|
alexander.makarow
|
fa9dd9d7b4
|
CDbCriteria notice fix
|
2010-03-16 12:27:14 +00:00 |
|
alexander.makarow
|
66bebf3b90
|
CDbCriteria fix
|
2010-03-16 11:31:59 +00:00 |
|
alexander.makarow
|
ae64e4e5a1
|
|
2010-03-15 23:54:37 +00:00 |
|
alexander.makarow
|
3d88d92777
|
(Fixes issue 1012)
|
2010-03-15 23:53:54 +00:00 |
|
alexander.makarow
|
f09a08538f
|
Fixes issue 676
Fixes issue 891
|
2010-03-15 00:13:05 +00:00 |
|
alexander.makarow
|
1cf47a5ed8
|
|
2010-03-14 23:53:54 +00:00 |
|
alexander.makarow
|
ffc3d7d7ee
|
#676, 891 merging criterias with parameters is impossible
CDbCriteria::compare partialMatch is not working with "=" operator
#943: dynamic AR relations
Fixes issue 676
Fixes issue 891
Fixes issue 943
|
2010-03-14 22:52:22 +00:00 |
|
qiang.xue
|
1c49f1abf6
|
(Fixes issue 1003)
|
2010-03-13 14:11:24 +00:00 |
|
alexander.makarow
|
257a61ba05
|
fixed code formatting in CDbCriteria
|
2010-03-13 09:09:09 +00:00 |
|
alexander.makarow
|
0a18bd7773
|
More tests for CDbCriteria
|
2010-03-12 15:58:02 +00:00 |
|
alexander.makarow
|
ba5336cbc2
|
Enh #971: Added CDbCriteria::addNotInCondition()
|
2010-03-11 23:29:15 +00:00 |
|
qiang.xue
|
54a24afe66
|
merge from 1.0
|
2010-02-20 03:22:45 +00:00 |
|
qiang.xue
|
6850513937
|
|
2010-02-04 02:49:02 +00:00 |
|
qiang.xue
|
61e667e499
|
|
2010-02-03 21:07:47 +00:00 |
|
qiang.xue
|
69453836ff
|
|
2010-01-22 18:20:56 +00:00 |
|
qiang.xue
|
73df0a16ff
|
|
2010-01-22 17:41:23 +00:00 |
|
qiang.xue
|
784dbe94a5
|
Added support for using customized comparison operators in the search feature.
|
2010-01-22 17:35:41 +00:00 |
|
qiang.xue
|
d48a28aa5c
|
Fixed scope alias issue caused by changing primary table alias to t.
|
2010-01-10 16:18:28 +00:00 |
|
qiang.xue
|
eb54ba7407
|
modified copyright info.
|
2010-01-07 21:02:00 +00:00 |
|
qiang.xue
|
c89b90a86e
|
merge from 1.0
|
2010-01-02 13:34:38 +00:00 |
|
qiang.xue
|
8dd5a56303
|
(Fixes issue 735)
|
2009-12-17 22:07:05 +00:00 |
|
qiang.xue
|
b88d0c3868
|
merge from 1.0
|
2009-12-13 13:45:41 +00:00 |
|
qiang.xue
|
860c4be8bb
|
Added CDbCriteria::with.
|
2009-12-12 03:58:24 +00:00 |
|
qiang.xue
|
783bf54883
|
merge from 1.0
|
2009-10-16 15:03:59 +00:00 |
|
qiang.xue
|
09ca298d85
|
merge from 1.0.
|
2009-09-01 20:42:00 +00:00 |
|
qiang.xue
|
8a610c51e0
|
merge from 1.0
|
2009-08-29 20:36:55 +00:00 |
|
qiang.xue
|
260a80e4a9
|
merge from 1.0
|
2009-05-22 20:14:05 +00:00 |
|
qiang.xue@gmail.com
|
b124980319
|
merge from 1.0
|
2009-04-21 15:16:03 +00:00 |
|
qiang.xue
|
20bf28469f
|
merge from 1.0.
|
2008-12-30 23:14:31 +00:00 |
|