Commit Graph

74 Commits

Author SHA1 Message Date
Abdul Malik Ikhsan
6247adaf26 change copyright symbol 2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a update copyright year
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Vlas Korzhov
d6fda90a65 Fixes #1746: CDbCriteria::mergeWith() is now more consistent with all other class methods 2012-11-24 15:37:54 +04:00
Alexander Makarov
41b0371476 Merge branch 'fix-cdbcriteria' of git://github.com/Ryadnov/yii into Ryadnov-fix-cdbcriteria 2012-10-29 22:25:58 +04:00
Ryadnov
4f887fbd52 refactoring CDbCriteria addInCondition/addNotInCondition 2012-10-27 12:05:27 +04:00
Ryadnov
e0c239ac1a forgotten operator in CDBCriteria addInCondition/addNotInCondition functions 2012-10-26 01:24:13 +04:00
Ryadnov
c79d247432 CDbCriteria: addBetweenCondition function now internal use addCondition 2012-10-26 01:15:54 +04:00
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
Paul Klimov
4aa463241c Method "CDbCriteria::__wakeup()" has been updated, allowing to keep custom names for params and update all string parts for automatic params. 2012-08-10 13:18:42 +03:00
Alexander Makarov
b74caf3606 Added usage example to CDbCriteria phpdoc 2012-04-15 11:55:54 +02:00
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00
alexander.makarow
9baee24481 (Fixes issue 2733) Fixed CDbCriteria parameter names collision on unserialize 2011-12-25 01:12:03 +00:00
alexander.makarow
1159121d1e (Fixes issue 2874) Incorrect type in docs for CDbCriteria::mergeWith() 2011-10-20 21:19:32 +00:00
alexander.makarow
e1d1fe0290 (Fixes issue 2618) 2011-07-06 22:16:44 +00:00
alexander.makarow
18db42675b Updated CDbCriteria API doc 2011-07-06 21:19:30 +00:00
qiang.xue
f9b05ba93c (Fixes issue 2479) 2011-05-25 19:02:15 +00:00
haertl.mike
419d14b95f Fix issue 2274 2011-04-05 06:35:06 +00:00
haertl.mike
fa0e26afb9 Fix issue 2274 2011-04-04 16:01:26 +00:00
alexander.makarow
b1599035de (Fixes issue 2274) merging of "with" fails if there is joinType 2011-03-31 21:22:23 +00:00
haertl.mike
dc84724812 Fix issue 2274 2011-03-31 14:16:18 +00:00
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