We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9bb5b commit 1cb20a0Copy full SHA for 1cb20a0
1 file changed
src/PHPSQLParser/processors/TableProcessor.php
@@ -155,6 +155,7 @@ public function process($tokens) {
155
break;
156
157
case 'SET':
158
+ case 'CHARSET':
159
if ($prevCategory === 'TABLE_OPTION') {
160
// add it to a previous CHARACTER
161
$expr[] = $this->getReservedType($trim);
0 commit comments