use @todo tag for todo items, to show up in generated documentation
This commit is contained in:
@@ -86,12 +86,13 @@ if (isset($db) &&
|
||||
}
|
||||
unset($table);
|
||||
|
||||
// now that all tables exist, create all the accumulated constraints
|
||||
// now that all tables exist, create all the accumulated constraints
|
||||
if (isset($GLOBALS['add_constraints'])) {
|
||||
// FIXME: this works with mysqli but not with mysql,
|
||||
// because mysql extension does not accept more than one
|
||||
// statement; maybe interface with the sql import plugin
|
||||
// that handles statement delimiter
|
||||
/**
|
||||
* @todo this works with mysqli but not with mysql, because
|
||||
* mysql extension does not accept more than one statement; maybe
|
||||
* interface with the sql import plugin that handles statement delimiter
|
||||
*/
|
||||
PMA_DBI_query($GLOBALS['sql_constraints_query_full_db']);
|
||||
|
||||
// and prepare to display them
|
||||
|
Reference in New Issue
Block a user