1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 16:17:48 +02:00

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 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: Adminer 3.3.4-dev:
Foreign keys default actions (bug #3397606) Foreign keys default actions (bug #3397606)
PostgreSQL: fix alter foreign key PostgreSQL: fix alter foreign key
SET DEFAULT foreign key action
PostgreSQL over PDO: connect if the eponymous database does not exist (bug #3391619) PostgreSQL over PDO: connect if the eponymous database does not exist (bug #3391619)
Boolean search (Editor) Boolean search (Editor)
Persian translation Persian translation