- 25 Jan, 2014 8 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
issue #1659: released buildLimitOffset() for MSSQL
-
Alexander Makarov authored
Doc typo
-
kate-kate authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
- 24 Jan, 2014 11 commits
-
-
Alexander Makarov authored
Fix typos in constant
-
Aleksandr Zelenin authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Carsten Brandt authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Alexander Makarov authored
doc fix
-
peeradach001 authored
-
Qiang Xue authored
-
- 23 Jan, 2014 21 commits
-
-
Carsten Brandt authored
fixes #2132, fixes #2133
-
Carsten Brandt authored
Updated doc about using jar files from other location
-
Qiang Xue authored
Ensure that the table prefix is used when generating the class name.
-
Dilip authored
Updated doc about using jar files such as compiler.jar and yuicompressor.jar from other location then the default specified.
-
Alexander Makarov authored
GridView typo fixed
-
Anatoliy Miller authored
-
Thiago Talma authored
-
Alexander Kochetov authored
-
Alexander Makarov authored
Fixes #2079
-
Alexander Makarov authored
- DbMessageSource now performs UNION ALL. - Fixed message merging for php and po. - Updated tests.
-
Alexander Makarov authored
Conflicts: framework/CHANGELOG.md
-
Qiang Xue authored
Update QueryBuilder.php and Query.php
-
Ivan Pomortsev authored
Added one line about support of UNION ALL queries.
-
Ivan Pomortsev authored
Comment test because it proceed an errors when tries to run at mssql and other DBMS.
-
Ivan Pomortsev authored
Change <code>array_reduce</code> with anonimous function variant to easy string collection from pieces of unions.
-
Qiang Xue authored
-
Ivan Pomortsev authored
Using short array syntax.
-
Carsten Brandt authored
-
Carsten Brandt authored
issue #1797
-
Ivan Pomortsev authored
Add test for UNION/UNION ALL function. It could be useful to use "phpunit --group=db --filter testBuildUnion" command for run it.
-
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.
-