This commit is contained in:
as2252258@163.com
2021-07-03 13:39:10 +08:00
parent 3dff8272ea
commit 4df34aac0b
+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, 6));
$substr = strtoupper(substr($sql, 1, 6));
var_dump($substr);