mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 04:12:23 +01:00
83386a5512
* fix(retention): add regression test for not_icontains filter Previously if using the not_icontains filter, we were trying to double substitute a query when fetching persons for retention. This adds a test (and in the next commit a fix) such that we instead apply the clickhouse substitute only once to each part of the query. Resolves https://github.com/PostHog/posthog/issues/7747 * avoid double substitution * Rework solution to not change ActorBaseQuery interface * Remove unued import * fix typing |
||
---|---|---|
.. | ||
api | ||
benchmarks | ||
bin | ||
certs | ||
clickhouse | ||
idl | ||
kafka_client | ||
management/commands | ||
migrations | ||
models | ||
tasks | ||
__init__.py | ||
apps.py | ||
conftest.py | ||
docker-compose.ch.arm64.yml | ||
docker-compose.ch.test.yml | ||
docker-compose.ch.yml | ||
LICENSE | ||
pytest.ini | ||
settings.py | ||
urls.py |