-
* **asyncpg version**: `0.30.0`
* **PostgreSQL version**: `15.3`
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: RDS, and yes
* …
-
How does the library use asynchronous mode?
Below is the code I tried, but it not work.
```python
from fastapi import FastAPI
from fastapi_sqlalchemy import DBSessionMiddleware # middleware h…
-
Based off of the recent [discussion](https://github.com/open-telemetry/semantic-conventions/issues/791#issuecomment-1988772078) on alleviating some of the implementation burden of implementing the mig…
-
## Bug Description
I tried to connect Elastic MS SQL Connector to a MS SQL DB and got this error:
> Something went wrong while executing query. Exception: (pytds.tds_base.Error) Client does not h…
-
So, ipython and jupyter now include a magic event loop and you can do-
```python
async def foo():
return 'Hi'
await foo()
```
And it'll just work. This raises the interesting possibili…
-
Have you ever tried to create a Notebook with `include_notes` set to False?
```
new = await cls.read_by_id(session, notebook.id, include_notes=False)
```
When I try it I get an ugly:
```
.…
-
A simple `COUNT(*)` works using `sqlalchemy.Engine.execute()`, but fails using `databases.Database.fetch_all()`, raising an `IndeterminateDatatypeError` exception.
```python
import asyncio
import…
-
Great repo, thank you!
Question on this line though if I were to use fastapi async sqlalchemy with celery as well
From https://github.com/hyzyla/fastapi-async-sqlalchemy-orm/blob/main/app/db.py
…
-
### Things to check first
- [X] I have checked that my issue does not already have a solution in the [FAQ](https://apscheduler.readthedocs.io/en/master/faq.html)
- [X] I have searched the existi…
-
### Describe the bug
When using `aiomysql` with `uvloop==0.17.0`, whenever MySQL closes a connection (due to `wait_timeout`), the subsequent pre-ping command fails with:
```
RuntimeError: unabl…