Dennis Alexandersson

Results 4 issues of Dennis Alexandersson

`__aenter__` in `PoolAcquireContext` should be defined to return a `Connection` type. This will help IDEs to properly help suggesting methods when using syntax: ```python with my_pool.acquire() as con: con #...

### Problem I cannot use this SDK with newer frameworks (Quarkus 3.2) with Jakarta 10, which has changed its namespace to `jakarta.ws.rs.*` from now legacy `javax.ws.rs.*`. Therefore when running it,...

Is this thing broken, or is it me that can't set it up properly?

I added this driver to my WebStorm to be able to look inside my D1 database as I started to develop. When I got to my second table, no columns...