mirror of
https://github.com/vrana/adminer.git
synced 2025-11-17 10:30:39 +01:00
IBMDB2I engine supports foreign keys
This commit is contained in:
@@ -389,7 +389,7 @@ if (!defined("DRIVER")) {
|
|||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
function fk_support($table_status) {
|
function fk_support($table_status) {
|
||||||
return ($table_status["Engine"] == "InnoDB");
|
return eregi("InnoDB|IBMDB2I", $table_status["Engine"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Get information about fields
|
/** Get information about fields
|
||||||
|
|||||||
Reference in New Issue
Block a user