- 01 Feb, 2015 2 commits
- 26 Jan, 2015 2 commits
-
-
Alexander Kochetov authored
-
Alexander Kochetov authored
-
- 14 Jan, 2015 1 commit
-
-
Carsten Brandt authored
fixes #yiisoft/yii#3712
-
- 10 Jan, 2015 1 commit
-
-
Carsten Brandt authored
ensure PDO instance has been created at this point
-
- 07 Jan, 2015 2 commits
-
-
Alexander Kochetov authored
-
Alexander Kochetov authored
close #6779
-
- 05 Jan, 2015 2 commits
-
-
Alexander Kochetov authored
-
Qiang Xue authored
Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache`
-
- 31 Dec, 2014 2 commits
-
-
Qiang Xue authored
-
Alexander Kochetov authored
- yii\db\BaseActiveRecord::findByCondition better exception - yii\db\ActiveRecord::findByCondition better exception close #6704
-
- 25 Dec, 2014 1 commit
-
-
Yuri Morozov authored
-
- 23 Dec, 2014 3 commits
-
-
Veaceslav Medvedev authored
-
Paul Klimov authored
-
Paul Klimov authored
-
- 22 Dec, 2014 1 commit
-
-
artyhedgehog authored
A back quote sign in docblock missed.
-
- 17 Dec, 2014 1 commit
-
-
wenbin1989 authored
-
- 30 Nov, 2014 2 commits
-
-
Carsten Brandt authored
The exceptions thrown on error are db exceptions.
-
Qiang Xue authored
-
- 27 Nov, 2014 2 commits
-
-
Carsten Brandt authored
-
Alexander Makarov authored
-
- 26 Nov, 2014 1 commit
-
-
Andrey Grachov authored
Fixes #6271: Query caching returns the same data when running the same SQL with different fetch modes
-
- 23 Nov, 2014 1 commit
-
-
Carsten Brandt authored
fixes #6164
-
- 20 Nov, 2014 1 commit
-
-
Carsten Brandt authored
issue #6126
-
- 16 Nov, 2014 2 commits
- 15 Nov, 2014 5 commits
-
-
Carsten Brandt authored
return value would not be a valid array when json encoded after unlink(). fixes #6065
-
Qiang Xue authored
Fixes #6049: `yii\db\Connection::getSchema()` for Oracle should return false when the table does not exist. Oracle does not support `ON UPDATE` clause.
-
wenbin1989 authored
Fix batchInsert bug in oci. default batchInsert sql is ``` insert into tableName(col1, col2, col3...) value(`col11`, `col12`,`col13`.... ),(`col21`, `col22`,`col23`.... ); ``` which is illegal in oracle db. Change it to ``` insert into tableName(col1, col2, col3...) select 'col11', 'col12', 'col13' from dual union select 'col21', 'col22', 'col23' from dual union select 'col31', 'col32', 'col33' from dual; ```
-
wenbin1989 authored
oracle db doesn't support `ON UPDATE` in FOREIGN KEY. remove `ON UPDATE` section in method `addForeignKey`.
-
wenbin1989 authored
fix oci bugs: \yii\db\oci\Schema::findColumns($table) return true when table doesn't exist When table doesn't exist, query in method `findColumns` return empty array instead of throw a exception.
-
- 03 Nov, 2014 1 commit
-
-
Qiang Xue authored
-
- 27 Oct, 2014 1 commit
-
-
Qiang Xue authored
-
- 25 Oct, 2014 1 commit
-
-
Alexander Mohorev authored
-
- 24 Oct, 2014 2 commits
-
-
Thiago Talma authored
-
Qiang Xue authored
Fixes #5735: Added `yii\bootstrap\Tabs::renderTabContent` to support manually rendering tab contents
-
- 23 Oct, 2014 1 commit
-
-
Alexander Makarov authored
-
- 19 Oct, 2014 1 commit
-
-
Qiang Xue authored
-
- 17 Oct, 2014 1 commit
-
-
Carsten Brandt authored
fixes #5601
-