mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Updated Clickhouse number handling. Removed number formatting.
This commit is contained in:
parent
caa9da9166
commit
04e0b33622
15 changed files with 23 additions and 145 deletions
|
|
@ -187,6 +187,7 @@ async function rawQuery<T = unknown>(
|
|||
query: query,
|
||||
query_params: params,
|
||||
format: 'JSONEachRow',
|
||||
clickhouse_settings: { output_format_json_quote_64bit_integers: 0 },
|
||||
});
|
||||
|
||||
return (await resultSet.json()) as T;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue