This commit is contained in:
as2252258@163.com
2021-07-03 13:39:51 +08:00
parent 2e32dea501
commit 632d96a197
+1 -1
View File
@@ -265,7 +265,7 @@ class Connection extends Component
*/
public function createCommand($sql = null, array $attributes = []): Command
{
$substr = strtoupper(substr($sql, 0, 5));
$substr = strtoupper(substr($sql, 0, 6));
var_dump($substr);