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

Maurício Meneghini Fauth mauriciofauth at gmail.com
Tue Mar 27 21:04:42 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 2aecbf41e1e0672cce94a7fc5f07d0cbe8587320
      https://github.com/phpmyadmin/phpmyadmin/commit/2aecbf41e1e0672cce94a7fc5f07d0cbe8587320
  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>
(cherry picked from commit 00b59624e35cc39fd7bcea68453cc0f98c8dfeac)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth at gmail.com>


  Commit: 0d335856dd6249db6f1d7df67f7503c12a977502
      https://github.com/phpmyadmin/phpmyadmin/commit/0d335856dd6249db6f1d7df67f7503c12a977502
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Log Message:
  -----------
  Merge branch 'QA_4_8'


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/6d322c0c8f11...0d335856dd62


More information about the Git mailing list