Skip to content

Commit 2fe2931

Browse files
committed
fix log
1 parent f0a5a4d commit 2fe2931

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Command.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ public function execute()
5757
if ($this->executed === null) {
5858
$rawSql = $this->getRawSql();
5959

60-
if (strlen($rawSql) < $this->db->maxLog) {
61-
$this->logQuery($rawSql, 'clickhouse');
62-
}
60+
$this->logQuery($rawSql, 'clickhouse');
6361
$res = $this->db->execute($rawSql);
6462
} else {
6563
$this->logQuery("Inserted with SeasClick", 'clickhouse');

0 commit comments

Comments
 (0)