We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a5a4d commit 2fe2931Copy full SHA for 2fe2931
src/Command.php
@@ -57,9 +57,7 @@ public function execute()
57
if ($this->executed === null) {
58
$rawSql = $this->getRawSql();
59
60
- if (strlen($rawSql) < $this->db->maxLog) {
61
- $this->logQuery($rawSql, 'clickhouse');
62
- }
+ $this->logQuery($rawSql, 'clickhouse');
63
$res = $this->db->execute($rawSql);
64
} else {
65
$this->logQuery("Inserted with SeasClick", 'clickhouse');
0 commit comments