Commit 907f30de authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge branch 'DBAL-741' into 2.3

parents 2180ab19 90e0d8fe
......@@ -473,7 +473,8 @@ LEFT JOIN user_cons_columns r_cols
AND cols.position = r_cols.position
WHERE alc.constraint_name = cols.constraint_name
AND alc.constraint_type = 'R'
AND alc.table_name = '".$table."'";
AND alc.table_name = '".$table."'
ORDER BY alc.constraint_name ASC, cols.position ASC";
}
public function getListTableConstraintsSQL($table)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment