modify
This commit is contained in:
@@ -265,7 +265,7 @@ class Connection extends Component
|
|||||||
*/
|
*/
|
||||||
public function createCommand($sql = null, array $attributes = []): Command
|
public function createCommand($sql = null, array $attributes = []): Command
|
||||||
{
|
{
|
||||||
$substr = strtoupper(substr($sql, 0, 5));
|
$substr = strtoupper(substr($sql, 0, 6));
|
||||||
|
|
||||||
var_dump($substr);
|
var_dump($substr);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user