Polymorphic refactor + improvements to select sql rewriting
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class SetNamesSQLRewriter extends AbstractSQLRewriter
|
||||
{
|
||||
public function rewrite(): string
|
||||
{
|
||||
return "SET NAMES 'utf8'";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user