Danil Troshnev

Results 4 issues of Danil Troshnev

**Describe the bug** I'm trying to use gino in postgres with simple model with enum column type. It seems like enum is not fully supported and it behaves really strange...

bug

I'm trying to use Dependency provider according to the [documentation](https://python-dependency-injector.ets-labs.org/providers/dependency.html), and the code works well, but mypy returns an error `Only concrete class can be given where "Type[Animal]" is expected`....

bug

**Describe the bug** can't pass array parameters to clickhouse driver ordinary statements **To Reproduce** Setup ```python # setup client, connect to CH client = Client(...) # create users table client.execute("""...

bug

`Resource` provider expects callable object that returns either `Iterable` or `AsyncIterable` that yields only one element (the result value for provider attribute in DI container). I think it would be...

enhancement