- 26 Jan, 2014 4 commits
- 25 Jan, 2014 9 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
-
Vladimir Zbrailov authored
-
Qiang Xue authored
-
Vladimir Zbrailov authored
-
Vladimir Zbrailov authored
-
Vladimir Zbrailov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
- 24 Jan, 2014 7 commits
-
-
Aleksandr Zelenin authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
peeradach001 authored
-
- 23 Jan, 2014 20 commits
-
-
Alexander Kochetov authored
-
Carsten Brandt authored
fixes #2132, fixes #2133
-
Anatoliy Miller authored
-
Alexander Kochetov authored
-
Alexander Kochetov authored
-
Alexander Kochetov authored
-
Alexander Kochetov authored
-
Alexander Makarov authored
- DbMessageSource now performs UNION ALL. - Fixed message merging for php and po. - Updated tests.
-
Ivan Pomortsev authored
Added one line about support of UNION ALL queries.
-
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.
-
Carsten Brandt authored
-
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.
-
Carsten Brandt authored
-
Carsten Brandt authored
in case no dir is present
-
Carsten Brandt authored
-
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>.
-