Branch: refs/heads/fix_12531
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 9793dc9f16032c03a9a4da339f158b5a13d97c09
      
https://github.com/phpmyadmin/phpmyadmin/commit/9793dc9f16032c03a9a4da339f158b5a13d97c09
  Author: Deven Bansod <devenbansod.b...@gmail.com>
  Date:   2016-09-03 (Sat, 03 Sep 2016)

  Changed paths:
    M import.php
    M js/functions.js
    M js/messages.php
    M libraries/import.lib.php
    M libraries/sql.lib.php

  Log Message:
  -----------
  Fix #12531 : Properly flag queries as DROP DATABASE

Parser recognizes various DROP statements correctly, but the flags set by SQL 
Parser are incorrectly used.
In js/functions.js, removed the Regex-based matching, rather handle it in PHP 
as we have correct flags available from SQL Parser

Signed-off-by: Deven Bansod <devenbansod.b...@gmail.com>


  Commit: bb515bd4d7c8afc44e9f47d6edd35e9245c9b889
      
https://github.com/phpmyadmin/phpmyadmin/commit/bb515bd4d7c8afc44e9f47d6edd35e9245c9b889
  Author: Deven Bansod <devenbansod.b...@gmail.com>
  Date:   2016-09-04 (Sun, 04 Sep 2016)

  Changed paths:
    M test/libraries/PMA_sql_test.php

  Log Message:
  -----------
  Fix unit test errors

Signed-off-by: Deven Bansod <devenbansod.b...@gmail.com>


  Commit: 5c249e2406d85cdebd5ad5109d2d05fff6a2df04
      
https://github.com/phpmyadmin/phpmyadmin/commit/5c249e2406d85cdebd5ad5109d2d05fff6a2df04
  Author: Deven Bansod <devenbansod.b...@gmail.com>
  Date:   2016-09-06 (Tue, 06 Sep 2016)

  Changed paths:
    M js/messages.php
    M libraries/import.lib.php

  Log Message:
  -----------
  Remove unnecessary parsing and analyzing

Signed-off-by: Deven Bansod <devenbansod.b...@gmail.com>


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/9793dc9f1603^...5c249e2406d8
_______________________________________________
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git

Reply via email to