## Feature Request Currently, clickhouse queries by id use both `statement_id` and `statementId` as tested below. https://github.com/openfun/ralph/blob/b1ad3c84ecebf56fd0cb155ccba60a379799209c/tests/backends/lrs/test_clickhouse.py#L59-L60 Perhaps this could be simplified to only use one, for clarity.
Feature Request
Currently, clickhouse queries by id use both
statement_idandstatementIdas tested below.ralph/tests/backends/lrs/test_clickhouse.py
Lines 59 to 60 in b1ad3c8
Perhaps this could be simplified to only use one, for clarity.