aiosqlite icon indicating copy to clipboard operation
aiosqlite copied to clipboard

asyncio bridge to the standard sqlite3 module

Results 63 aiosqlite issues
Sort by recently updated
recently updated
newest added
trafficstars

### Description You expose sqlite Errors at the main level but these aren't the ones you actually raise (See core for example, where you raise sqlite3.OperationalError). The implementer is forced...

### Description This relatively simple scenario causes the program to lock up in some weird state: ```python import asyncio from collections.abc import AsyncIterator from contextlib import asynccontextmanager import aiosqlite @asynccontextmanager...

### Description ### Details * OS: * Python version: * aiosqlite version: * Can you repro on 'main' branch? * Can you repro in a clean virtualenv?