Commit 3f3f07a1 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge branch 'DBAL-741' into 2.4

parents c9fb884d 9a56dde4
...@@ -505,7 +505,8 @@ LEFT JOIN user_cons_columns r_cols ...@@ -505,7 +505,8 @@ LEFT JOIN user_cons_columns r_cols
AND cols.position = r_cols.position AND cols.position = r_cols.position
WHERE alc.constraint_name = cols.constraint_name WHERE alc.constraint_name = cols.constraint_name
AND alc.constraint_type = 'R' AND alc.constraint_type = 'R'
AND alc.table_name = '".$table."'"; AND alc.table_name = '".$table."'
ORDER BY alc.constraint_name ASC, cols.position ASC";
} }
/** /**
......
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