- 15 Nov, 2014 3 commits
-
-
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`.
-
- 03 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 31 Jul, 2014 1 commit
-
-
RichWeber authored
-
- 29 Jul, 2014 1 commit
-
-
Carsten Brandt authored
-
- 25 Jul, 2014 2 commits
-
-
Alexander Makarov authored
-
Qiang Xue authored
-
- 12 Jul, 2014 1 commit
-
-
Qiang Xue authored
-
- 11 Jul, 2014 1 commit
-
-
Qiang Xue authored
-
- 25 May, 2014 1 commit
-
-
Carsten Brandt authored
-
- 17 Apr, 2014 1 commit
-
-
Carsten Brandt authored
-
- 10 Apr, 2014 1 commit
-
-
Qiang Xue authored
-
- 27 Mar, 2014 2 commits
- 26 Mar, 2014 1 commit
-
-
Qiang Xue authored
-
- 23 Mar, 2014 1 commit
-
-
Carsten Brandt authored
issue #2852
-
- 22 Mar, 2014 1 commit
-
-
Qiang Xue authored
-
- 20 Mar, 2014 1 commit
-
-
Qiang Xue authored
-
- 16 Mar, 2014 1 commit
-
-
SonicGD authored
-
- 20 Feb, 2014 1 commit
-
-
Carsten Brandt authored
-
- 12 Feb, 2014 1 commit
-
-
Qiang Xue authored
-
- 30 Jan, 2014 1 commit
-
-
Qiang Xue authored
Improved `QueryBuilder::buildLimit()` to support big numbers
-
- 27 Jan, 2014 1 commit
-
-
Qiang Xue authored
-
- 12 Jan, 2014 1 commit
-
-
Alexander Makarov authored
-
- 11 Jan, 2014 1 commit
-
-
Qiang Xue authored
-
- 18 Dec, 2013 1 commit
-
-
Paul Kofmann authored
-
- 10 Dec, 2013 1 commit
-
-
Qiang Xue authored
-
- 09 Dec, 2013 1 commit
-
-
p0larbeer authored
-
- 03 Dec, 2013 1 commit
-
-
p0larbeer authored
-