- 19 Oct, 2014 1 commit
-
-
Qiang Xue authored
-
- 17 Oct, 2014 1 commit
-
-
Carsten Brandt authored
fixes #5601
-
- 13 Oct, 2014 1 commit
-
-
Alexander Makarov authored
-
- 12 Oct, 2014 1 commit
-
-
Carsten Brandt authored
there is no reliable way to determine the cubrid PDO extension version used and also no reliable way to detect which combination of server and client produces wrong behavior. By requiering 9.3 or higher in both client and server we can be sure it works. fixes #852
-
- 09 Oct, 2014 1 commit
-
-
Klimov Paul authored
-
- 06 Oct, 2014 2 commits
-
-
Alexander Makarov authored
-
Carsten Brandt authored
-
- 05 Oct, 2014 1 commit
-
-
Serge Postrash authored
-
- 03 Oct, 2014 1 commit
-
-
Carsten Brandt authored
fixes #5331
-
- 28 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 24 Sep, 2014 6 commits
-
-
Carsten Brandt authored
-
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 2 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-