Commit Graph

9 Commits

Author SHA1 Message Date
resurtm
0353005946 Merge branch 'master' of git://github.com/yiisoft/yii into 1183-db-command-where-append
Conflicts:
	CHANGELOG
2012-08-25 17:00:59 +06:00
DaSourcerer
2f60a31574 Replaced assertEquals(false, ...) with assertFalse(...) 2012-08-13 18:47:44 +02:00
DaSourcerer
2798c74c69 Replaced assertEquals(true, ...) with assertTrue(...) 2012-08-13 18:42:40 +02:00
resurtm
d24ef6b9a9 Fixed unit tests. 2012-08-12 15:34:49 +06:00
resurtm
0c2152dd02 addWhere() extracted into two other methods: orWhere() and andWhere(). 2012-08-11 11:25:24 +06:00
resurtm
f803b6055e Fixes #1183: added CDbCommand::addWhere() which appends condition to the WHERE part of the query, in contrary of CDbCommand::where() which replaces it. 2012-08-11 01:04:19 +06:00
Suralc
d25601d56a Solution for #1045 2012-07-28 14:27:01 +02:00
Suralc
4e75498e59 Added test for bug #1045. 2012-07-28 14:12:59 +02:00
alexander.makarow
1f757cbf53 improved unit tests 2011-02-18 15:25:38 +00:00