[phpMyAdmin Git] [phpmyadmin/phpmyadmin] f4877a: Assign LIMIT clause only to syntactically correct ...

Michal Čihař michal at cihar.com
Thu Sep 22 09:50:18 CEST 2016


  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: f4877a782639202770e71771d927129ff8fa2085
      https://github.com/phpmyadmin/phpmyadmin/commit/f4877a782639202770e71771d927129ff8fa2085
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
    M libraries/sql.lib.php

  Log Message:
  -----------
  Assign LIMIT clause only to syntactically correct queries

Assigning LIMIT clause to an syntactically-wrong query is not needed.
Also we would want to show the true query and the true error message to the query executor

Fix #12321

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: b83ba03bd451a43e1b39bb18cc018b1448380f2c
      https://github.com/phpmyadmin/phpmyadmin/commit/b83ba03bd451a43e1b39bb18cc018b1448380f2c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
    M libraries/sql.lib.php

  Log Message:
  -----------
  Merge pull request #12580 from devenbansod/fix_12321

Assign LIMIT clause only to syntactically correct queries


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/d219c4f474f5...b83ba03bd451


More information about the Git mailing list