aiomysql.connect ignores server_public_key argument
Aberta
bug
- Linguagem predominante
- Python
- Estrelas
- 1.9k
- Forks
- 272
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
### Describe the bug
`aiomysql.connect()` accepts the argument `server_public_key`
https://github.com/aio-libs/aiomysql/blob/0309e5f5b5115c58d23220fea32168478f8811a1/aiomysql/connection.py#L48-L56
but it is not passed on to `_connect()`.
### aiomysql Version
master as of writing, 0309e5f5b5115c58d23220fea32168478f8811a1
### Code of Conduct
- [X] I agree to follow the aio-libs Code of Conduct
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.