This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
yii2
Watch
1
Star
0
Fork
0
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced
2025-11-23 10:09:40 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0d12bbe1e58bcc48cbc14affbf05a69d3a75c11c
yii2
/
framework
/
db
/
oci
History
Qiang Xue
6b52b03523
Fixes
#6049
:
yii\db\Connection::getSchema()
for Oracle should return false when the table does not exist. Oracle does not support
ON UPDATE
clause.
2014-11-15 08:38:24 -05:00
..
QueryBuilder.php
Fixes
#6049
:
yii\db\Connection::getSchema()
for Oracle should return false when the table does not exist. Oracle does not support
ON UPDATE
clause.
2014-11-15 08:38:24 -05:00
Schema.php
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.
2014-11-15 08:32:47 -05:00