aiosqlite
aiosqlite copied to clipboard
Connection's cursor method should have factory
trafficstars
Description
sqlite3's Connection object includes a factory kwarg while aiosqlite doesn't.
https://github.com/omnilib/aiosqlite/blob/cd1861cb0fdbc8ee075aec20a517952bfb518424/aiosqlite/core.py#L155-L158
Details
- OS:
- Python version: 3.9
- aiosqlite version:
- Can you repro on 'main' branch? Yes
- Can you repro in a clean virtualenv? Yes