Skip to content

Commit d5658e3

Browse files
committed
Recognize ALL when used with WHERE clause
Fixes phpmyadmin/phpmyadmin#12028 Signed-off-by: Ujjwal Wahi <w.ujjwal@gmail.com>
1 parent cf246a3 commit d5658e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/Components/Condition.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class Condition extends Component
3838
* @var array
3939
*/
4040
public static $ALLOWED_KEYWORDS = array(
41+
'ALL' => 1,
4142
'AND' => 1,
4243
'BETWEEN' => 1,
4344
'EXISTS' => 1,

0 commit comments

Comments
 (0)