Skip to content

Commit 176e5fd

Browse files
committed
Fixing #2
1 parent db24d49 commit 176e5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SQLParser/Node/NodeFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public static function simplify($nodes) {
479479

480480

481481

482-
$operation = $selectedOperators[0]->getValue();
482+
$operation = strtoupper($selectedOperators[0]->getValue());
483483

484484

485485
/* TODO:

0 commit comments

Comments
 (0)