[phpmyadmin/phpmyadmin] 00b596: Fixes error in foreign key sql generation + drop f...

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 00b59624e35cc39fd7bcea68453cc0f98c8dfeac https://github.com/phpmyadmin/phpmyadmin/commit/00b59624e35cc39fd7bcea68453c... Author: Lakshay arora <carefreelakshay97@gmail.com> Date: 2018-03-27 (Tue, 27 Mar 2018) Changed paths: M templates/table/relation/foreign_key_row.twig Log Message: ----------- Fixes error in foreign key sql generation + drop foreign key contraint (#14031) * Fixes error in foreign key sql genration, issue #14030 Changed: templates/table/relation/foreign_key_row.twig The destination_column_names were getting passed as a 1d array, the names when extracted gave a string. Passing it as a 2d array (see templates/table/relation/foreign_key_row.twig lines 123,133) fixes the issue. Sign-Off-By: Lakshay arora (b16060@students.iitmandi.ac.in) * Fixes error in foreign key sql generation + drop foreign key contraint, issue #14030 Changed: templates/table/relation/foreign_key_row.twig Fix #13941 Fix #14009 Close #14037 Close #14010 Signed-off-by: Lakshay arora <b16060@students.iitmandi.ac.in>
participants (1)
-
Lakshay arora