Skip to content

Commit c3013dc

Browse files
committed
Merge branch '5.8.x'
2 parents 9f8b695 + 417ef40 commit c3013dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
## [5.x.x] - YYYY-MM-DD
99

10+
## [5.8.0] - 2023-06-05
11+
1012
- Fix `ALTER EVENT RENAME TO` to use expression instead of var (#419)
1113
- Fix incorrect order of operations to parse table/db called `` (#422)
1214
- Fix ALTER EVENT statement with DEFINER=user modifier fails to be parsed (#418)

src/Components/ArrayObj.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ public static function parse(Parser $parser, TokensList $list, array $options =
122122
$ret->values[] = trim($lastValue);
123123
$lastRaw = $lastValue = '';
124124
}
125+
125126
continue;
126127
}
127-
128128
}
129129
}
130130

0 commit comments

Comments
 (0)