Branch: refs/heads/QA_4_8
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 2aecbf41e1e0672cce94a7fc5f07d0cbe8587320
      
https://github.com/phpmyadmin/phpmyadmin/commit/2aecbf41e1e0672cce94a7fc5f07d0cbe8587320
  Author: Lakshay arora <carefreelaksha...@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 (b16...@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 <b16...@students.iitmandi.ac.in>
(cherry picked from commit 00b59624e35cc39fd7bcea68453cc0f98c8dfeac)
Signed-off-by: MaurĂ­cio Meneghini Fauth <mauriciofa...@gmail.com>


_______________________________________________
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git

Reply via email to