- 17 Dec, 2014 1 commit
-
-
wenbin1989 authored
-
- 15 Nov, 2014 4 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`.
-
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 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 11 Aug, 2014 1 commit
-
-
mcd.php authored
Fixes #4644: Added `\yii\db\Schema::createColumnSchema()` to be able to customize column schema used
-
- 31 Jul, 2014 1 commit
-
-
RichWeber authored
-
- 29 Jul, 2014 2 commits
-
-
Carsten Brandt authored
-
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
-
- 10 Jul, 2014 2 commits
- 07 Jul, 2014 3 commits
-
-
miramir authored
-
Иван Багаев authored
-
miramir authored
-
- 05 Jul, 2014 2 commits
-
-
Иван Багаев authored
-
Иван Багаев authored
If quote asterisk oracle say "Syntax error"
-
- 27 Jun, 2014 1 commit
-
-
Carsten Brandt authored
-
- 26 Jun, 2014 1 commit
-
-
Tóth Sándor authored
-
- 25 Jun, 2014 2 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
one method for fetching data and one for sending to db. fixes #2287
-
- 23 Jun, 2014 1 commit
-
-
Tóth Sándor authored
-
- 25 May, 2014 1 commit
-
-
Carsten Brandt authored
-
- 23 May, 2014 1 commit
-
-
Qiang Xue authored
-
- 17 Apr, 2014 1 commit
-
-
Carsten Brandt authored
-
- 10 Apr, 2014 1 commit
-
-
Qiang Xue authored
-
- 30 Mar, 2014 1 commit
-
-
Alexander Makarov 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
-
- 04 Mar, 2014 1 commit
-
-
Alexander Makarov authored
-
- 20 Feb, 2014 1 commit
-
-
Carsten Brandt authored
-