- 24 Sep, 2014 5 commits
-
-
Qiang Xue authored
-
Carsten Brandt authored
fixes #5147 [ci skip]
-
Carsten Brandt authored
-
Carsten Brandt authored
fixes #5147
-
Qiang Xue authored
Fixes #5106: Refactored query caching to not load cache component when query caching is not used at all.
-
- 23 Sep, 2014 1 commit
-
-
Qiang Xue authored
Fixes #3197: Using `ActiveQuery::indexBy()` may cause relational AR queries to generate incorrect relational results
-
- 22 Sep, 2014 1 commit
-
-
Qiang Xue authored
Fixes #3725: Fixed the bug that the filtering condition used in relation definition was ignored when calling `ActiveRecord::unlinkAll()`
-
- 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
-
- 10 Sep, 2014 3 commits
-
-
Qiang Xue authored
-
Stephen Seliuk authored
Handling $query->joinWith called inside of other $query->joinWith within Closure (called inside Closure). Ex.: ```php $query->joinWith( [ 'rel1' => function($query) { $query->joinWith( [ 'rel2' => function($query) { // ... } ] ); } ] ); ```
-
Qiang Xue authored
-
- 05 Sep, 2014 2 commits
-
-
Carsten Brandt authored
fixes #4931
-
Carsten Brandt authored
New syntax: ``` [link to guide](guide:file-name.md) [link to guide](guide:file-name.md#subsection) ``` fixes #4719
-
- 03 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 28 Aug, 2014 1 commit
-
-
Carsten Brandt authored
- do not allow boolean values for integer columns - use native boolean type with boolean values - removed workaround that turned out to be wrong when schema and values are used correctly. Workaround resulted from wrong usage of boolean values before. fixes #4672
-
- 26 Aug, 2014 1 commit
-
-
Alexander Makarov authored
-
- 24 Aug, 2014 1 commit
-
-
Arthur Khachaturov authored
-
- 23 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 22 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 14 Aug, 2014 1 commit
-
-
Qiang Xue authored
Fixes #4697: MSSQL query builder does not work for newer MSSQL versions when LIMIT is used without ORDER BY
-
- 13 Aug, 2014 1 commit
-
-
Qiang Xue authored
Fixes #4607: AR model will throw an exception if it does not have a primary key to avoid updating/deleting data massively
-
- 12 Aug, 2014 4 commits
-
-
Carsten Brandt authored
[ci skip]
-
Carsten Brandt authored
-
Qiang Xue authored
Fixes #4586: Signed bigint and unsigned int will be converted into integers when they are loaded from DB by AR
-
Carsten Brandt authored
also fixed an issue with default value loading of bool columns. fixes #3489, fixes #4085, fixes #3920 related to #4672
-
- 11 Aug, 2014 2 commits
-
-
Carsten Brandt authored
fixes #4654
-
mcd.php authored
Fixes #4644: Added `\yii\db\Schema::createColumnSchema()` to be able to customize column schema used
-
- 01 Aug, 2014 4 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
Added support for arbitrary operators to Query::filterWhere, added support for arbitrary operators to Sphinx extension
-
Alexander Makarov authored
-
- 31 Jul, 2014 2 commits
- 29 Jul, 2014 2 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
- 25 Jul, 2014 2 commits
-
-
Alexander Makarov authored
-
Qiang Xue authored
-
- 23 Jul, 2014 2 commits
-
-
miramir authored
check with Object::canSetProperty() fixes #4305, close #4211
-
Carsten Brandt authored
how did that manage to pass before...?
-
- 22 Jul, 2014 1 commit
-
-
Carsten Brandt authored
-