hozher

Results 1 issues of hozher

Hello, Is there a way of mocking this kind of queries? I am making use of `.subquery()` and `.select_from()` without success ``` salesParamsModel = Base.classes.SalesParams lastSalesParams = aliased(salesParamsModel) last_sales_params_derived =...