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:
@@ -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()
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user