- 24 Sep, 2014 2 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
fixes #5147
-
- 12 Sep, 2014 1 commit
-
-
Qiang Xue authored
Fixes #4938: When `yii\db\ActiveQuery` is used to build sub-queries, its WHERE clause is not correctly generated
-
- 28 Jun, 2014 3 commits
- 25 Jun, 2014 1 commit
-
-
Carsten Brandt authored
-
- 23 Apr, 2014 1 commit
-
-
Carsten Brandt authored
-
- 17 Apr, 2014 1 commit
-
-
Carsten Brandt authored
-
- 16 Apr, 2014 1 commit
-
-
Qiang Xue authored
-
- 08 Apr, 2014 1 commit
-
-
Alex-Code authored
New addSelect method. Useful for scopes.
-
- 03 Apr, 2014 1 commit
-
-
Qiang Xue authored
-
- 02 Apr, 2014 2 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
- 31 Mar, 2014 1 commit
-
-
Alexander Makarov authored
-
- 30 Mar, 2014 1 commit
-
-
Alexander Makarov authored
-
- 29 Mar, 2014 1 commit
-
-
Alexander Makarov authored
-
- 27 Mar, 2014 2 commits
-
-
Qiang Xue authored
-
Alexander Makarov authored
-
- 23 Mar, 2014 1 commit
-
-
Carsten Brandt authored
issue #2852
-
- 22 Mar, 2014 1 commit
-
-
Koudy authored
-
- 16 Mar, 2014 1 commit
-
-
SonicGD authored
-
- 03 Mar, 2014 1 commit
-
-
Alexander Mohorev authored
-
- 28 Feb, 2014 2 commits
-
-
Jacob Morrison authored
-
Jacob Morrison authored
-
- 25 Feb, 2014 1 commit
-
-
Carsten Brandt authored
-
- 19 Feb, 2014 1 commit
-
-
Qiang Xue authored
Fixes #2490: `yii\db\Query::count()` and other query scalar methods now properly handle queries with GROUP BY clause
-
- 15 Feb, 2014 1 commit
-
-
Qiang Xue authored
-
- 14 Feb, 2014 2 commits
- 12 Feb, 2014 1 commit
-
-
Qiang Xue authored
-
- 06 Feb, 2014 1 commit
-
-
Qiang Xue authored
-
- 23 Jan, 2014 4 commits
-
-
Ivan Pomortsev authored
Using short array syntax.
-
Ivan Pomortsev authored
Change passing parameters to array with two elements – 'all' which means if we use UNION or UNION ALL construction and 'query' which is our sql query that will be at right of construction.
-
Ivan Pomortsev authored
Forget one ";" :D
-
Ivan Pomortsev authored
Change union method to accept also <code>$all</code> variable. TRUE means that we must results <code>UNION ALL</code> construction, FALSE – that <code>UNION</code>.
-
- 11 Jan, 2014 2 commits
- 29 Dec, 2013 1 commit
-
-
Qiang Xue authored
Fixes #1586: `QueryBuilder::buildLikeCondition()` will now escape special characters and use percentage characters by default
-
- 26 Dec, 2013 1 commit
-
-
Carsten Brandt authored
-