- 05 Feb, 2014 1 commit
-
-
Alexander Makarov authored
-
- 03 Feb, 2014 2 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
- refactored elasticsearch AR to make type and index available in instantiate(), issue #1313 fixes #2281
-
- 02 Feb, 2014 5 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
-
Vladimir Zbrailov authored
-
Vladimir Zbrailov authored
-
Vladimir Zbrailov authored
-
- 01 Feb, 2014 3 commits
-
-
Alexander Makarov authored
-
Vladimir Zbrailov authored
-
Vladimir Zbrailov authored
-
- 31 Jan, 2014 1 commit
-
-
Alexander Makarov authored
-
- 30 Jan, 2014 1 commit
-
-
Qiang Xue authored
Improved `QueryBuilder::buildLimit()` to support big numbers
-
- 29 Jan, 2014 1 commit
-
-
Qiang Xue authored
-
- 28 Jan, 2014 2 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
- 27 Jan, 2014 2 commits
- 25 Jan, 2014 1 commit
-
-
Alexander Makarov authored
-
- 24 Jan, 2014 1 commit
-
-
Qiang Xue authored
-
- 23 Jan, 2014 10 commits
-
-
Anatoliy Miller authored
-
Ivan Pomortsev authored
Change <code>array_reduce</code> with anonimous function variant to easy string collection from pieces of unions.
-
Ivan Pomortsev authored
Using short array syntax.
-
Ivan Pomortsev authored
Change buildUnion method to be ready to accept parameters in <code>['all' => $all, 'query' => $query]</code> format for division to "UNION" and "UNION ALL" constructions.
-
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
Delete some spaces from result string.
-
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>.
-
Ivan Pomortsev authored
Fixed some errors – syntax with ";" after closure function and also moved building of unions queries into this function.
-
Ivan Pomortsev authored
Change using of implode to convert array of queries to union to array_reduce. Result of this changing is that code feel difference between two selects that connects with UNION and two selects that connects with UNION ALL.
-
- 21 Jan, 2014 2 commits
-
-
Qiang Xue authored
-
Luciano Baraglia authored
-
- 19 Jan, 2014 1 commit
-
-
Luciano Baraglia authored
-
- 18 Jan, 2014 3 commits
-
-
Alexander Makarov authored
-
Qiang Xue authored
-
Vladimir authored
add ability to use an array in multi columns parameters
-
- 17 Jan, 2014 2 commits
-
-
Alexander Makarov authored
Fixes #2016: removed ability to declare scopes in ActiveRecord leaving it to ActiveQuery. Changed documentation accordingly.
-
Qiang Xue authored
-
- 16 Jan, 2014 2 commits
-
-
Qiang Xue authored
-
Carsten Brandt authored
-