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

Lakshay arora carefreelakshay97 at gmail.com
Tue Mar 27 06:48:51 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 00b59624e35cc39fd7bcea68453cc0f98c8dfeac
      https://github.com/phpmyadmin/phpmyadmin/commit/00b59624e35cc39fd7bcea68453cc0f98c8dfeac
  Author: Lakshay arora <carefreelakshay97 at 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 at 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 at students.iitmandi.ac.in>




More information about the Git mailing list