
Branch: refs/heads/QA_4_3 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 364b26b0dd783cbcc2b1be2113d2cf8cfbde1931 https://github.com/phpmyadmin/phpmyadmin/commit/364b26b0dd783cbcc2b1be2113d2... Author: Andrea Vallorani <andrea.vallorani@gmail.com> Date: 2015-03-17 (Tue, 17 Mar 2015) Changed paths: M libraries/plugins/export/ExportSql.class.php Log Message: ----------- Bug #4798 Missing column when exporting in sql (2) Export failure when the comments contains reserved keywords (KEY, CONSTRAINT) To resolve, I removed the SQL comment from the current line before checking the presence of reserved keywords. Signed-off-by: Andrea Vallorani <andrea.vallorani@gmail.com> Commit: 3c49594c5647e519d7f417e6c7c7ba5199220ec2 https://github.com/phpmyadmin/phpmyadmin/commit/3c49594c5647e519d7f417e6c7c7... Author: Marc Delisle <marc@infomarc.info> Date: 2015-03-17 (Tue, 17 Mar 2015) Changed paths: M libraries/plugins/export/ExportSql.class.php Log Message: ----------- Merge pull request #1588 from andreaval/QA_4_3 Bug #4798 Missing column when exporting in sql (2) Compare: https://github.com/phpmyadmin/phpmyadmin/compare/da656d7f5d51...3c49594c5647