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