fix
Deploy / deploy (push) Successful in 10s

This commit is contained in:
2026-05-31 20:49:57 +02:00
parent 2f2037f4da
commit a41971a11e
+1 -1
View File
@@ -42,7 +42,7 @@ class ClickHouseClient
curl_setopt_array($ch, [ curl_setopt_array($ch, [
CURLOPT_URL => $this->url() . '?' . http_build_query([ CURLOPT_URL => $this->url() . '?' . http_build_query([
'database' => $this->database, 'database' => $this->database,
'default_format' => 'JSONCompact', 'default_format' => 'JSON',
]), ]),
CURLOPT_POST => true, CURLOPT_POST => true,
CURLOPT_POSTFIELDS => $sql, CURLOPT_POSTFIELDS => $sql,