From b0e51774387a2655d145c76ee542db6fce6faa76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 18 Nov 2020 15:21:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/Connection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Database/Connection.php b/Database/Connection.php index a578ab76..dd40c07e 100644 --- a/Database/Connection.php +++ b/Database/Connection.php @@ -263,6 +263,7 @@ class Connection extends Component */ public function createCommand($sql = null, $attributes = []) { + var_dump($sql); $command = new Command(['db' => $this, 'sql' => $sql]); return $command->bindValues($attributes); }