Skip to content

Commit

Permalink
Update escape_param_for_clickhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Apr 9, 2024
1 parent f36ce48 commit e19c0dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/clickhouse/client/escape.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def escape_param_for_clickhouse(param: Any) -> str:
version_patch="placeholder server_info value",
revision="placeholder server_info value",
display_name="placeholder server_info value",
used_revision="placeholder server_info value",
timezone="UTC",
)
return escape_param(param, context=context)

0 comments on commit e19c0dc

Please sign in to comment.