You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
В AsyncDatabase не должно быть метода fetch_results, логика должна быть перенесена в соответствующие Query-классы: ModelCompoundSelectQuery, RawQuery. Кстати, нужно проверить, есть ли на них тесты, насколько помню тестов на ModelCompoundSelectQuery не было.
There should not be a fetch_results method in AsyncDatabase. The logic should be transferred to the corresponding Query classes: ModelCompoundSelectQuery, RawQuery. By the way, you need to check if there are tests for them; as far as I remember, there were no tests for ModelCompoundSelectQuery.
В AsyncDatabase не должно быть метода fetch_results, логика должна быть перенесена в соответствующие Query-классы: ModelCompoundSelectQuery, RawQuery. Кстати, нужно проверить, есть ли на них тесты, насколько помню тестов на ModelCompoundSelectQuery не было.
#237 #236
The text was updated successfully, but these errors were encountered: