feat(api): fixed CH client format
This commit is contained in:
parent
6c0aca2f8c
commit
c12cea6f6b
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class ClickHouseClient:
|
|||
return self.__client
|
||||
|
||||
def format(self, query, params):
|
||||
return self.__client.substitute_params(query, params)
|
||||
return self.__client.substitute_params(query, params, self.__client.connection.context)
|
||||
|
||||
def __exit__(self, *args):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue