We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb20a0 commit 25d3315Copy full SHA for 25d3315
1 file changed
src/PHPSQLParser/processors/ColumnDefinitionProcessor.php
@@ -251,6 +251,7 @@ public function process($tokens) {
251
break;
252
253
case 'SET':
254
+ case 'CHARSET':
255
if ($currCategory === 'CHARSET') {
256
// TODO: is it necessary to set special properties like the name or collation?
257
$parsed = array('expr_type' => ExpressionType::RESERVED, 'base_expr' => $trim);
0 commit comments