- 23 Dec, 2014 1 commit
-
-
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
-
- 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
-