Kaushal Phulgirkar
Kaushal Phulgirkar
Trying to use db_engine.configure_database([User]) but as we need to await it, it cannot be directly run without any async function declared and called. Do you need to create a factory...
Fixes #2026
### Bug description I took the latest fetch from the upstream/nightly branch and ran the tests as I wanted to pick up 1 issue but 2 tests are failing on...
Fixes #2170
Fixes #2171
Add `List.count(value)` method to count the number of occurrences of a value in the `List`. Fixes #2263