You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-export stdlib-parity NotSupportedError stubs to dqlitedbapi.aio
ISSUE-Q8 mirrored register_adapter to the async surface but did not
extend the mirror to register_converter / complete_statement /
enable_callback_tracebacks. A cross-driver caller porting from
aiosqlite (which mirrors stdlib's full register_* surface) hit
AttributeError on the async path — escaping the dbapi.Error
hierarchy that the sync stubs were specifically introduced for.
Re-export the three sync-surface stubs into dqlitedbapi.aio and add
them to __all__. Symmetric with the existing register_adapter mirror.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments