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-22 09:40:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dce630a7d66e19953247f54c662a93b043ec40a2
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