Skip to content

Commit

Permalink
Recognize ALL when used with WHERE clause
Browse files Browse the repository at this point in the history
Fixes phpmyadmin/phpmyadmin#12028

Signed-off-by: Ujjwal Wahi <w.ujjwal@gmail.com>
  • Loading branch information
ujjwalwahi committed Feb 26, 2016
1 parent cf246a3 commit d5658e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Condition.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class Condition extends Component
* @var array
*/
public static $ALLOWED_KEYWORDS = array(
'ALL' => 1,
'AND' => 1,
'BETWEEN' => 1,
'EXISTS' => 1,
Expand Down

0 comments on commit d5658e3

Please sign in to comment.