Closed Fleapse closed 5 months ago
To support this:
prewhere
attribute to clickhouse_backend.models.sql.query.Query
as a container for prewhere clauses.prewhere
method to clickhouse_backend.models.query.QuerySet
which update clickhouse_backend.models.sql.query.Query.prewhere
.clickhouse_backend.models.sql.query.compiler.*Compiler.as_sql
.This may take some time to implement.
hey, clickhouse lang has "prewhere" condition is there any way to set this condition using django-clickhouse-backend? and if there is no such method, is it possible to plan to add it for future releases?