SET DEFAULT foreign key action

This commit is contained in:
Jakub Vrana 2011-08-29 13:32:06 +02:00
parent 9d34071eb9
commit c456f52d9f
2 changed files with 2 additions and 1 deletions

View file

@ -78,4 +78,4 @@ if (!ini_bool("session.use_cookies") || @ini_set("session.use_cookies", false) !
session_write_close(); // improves concurrency if a user opens several pages at once, may be restarted later
}
$on_actions = "RESTRICT|CASCADE|SET NULL|NO ACTION"; ///< @var string used in foreign_keys()
$on_actions = "RESTRICT|NO ACTION|CASCADE|SET NULL|SET DEFAULT"; ///< @var string used in foreign_keys()

View file

@ -1,6 +1,7 @@
Adminer 3.3.4-dev:
Foreign keys default actions (bug #3397606)
PostgreSQL: fix alter foreign key
SET DEFAULT foreign key action
PostgreSQL over PDO: connect if the eponymous database does not exist (bug #3391619)
Boolean search (Editor)
Persian translation