aiosqlite icon indicating copy to clipboard operation
aiosqlite copied to clipboard

Connection's cursor method should have factory

Open Andrew-Chen-Wang opened this issue 3 years ago • 0 comments
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

Andrew-Chen-Wang avatar Feb 01 '22 14:02 Andrew-Chen-Wang