Commit bfb7f00
Expand dqlitedbapi.aio README to enumerate full re-export surface
The "Differences from aiosqlite" section claimed dqlitedbapi.aio
mirrors only "apilevel, paramstyle, connect, aconnect,
AsyncConnection, AsyncCursor" — significantly under-specified
versus the actual surface, which includes the full PEP 249
exception hierarchy, type constructors, type sentinels, and
the stdlib-sqlite3-parity stubs.
A reader checking porting parity from aiosqlite would think they
needed to import exception classes from dqlitedbapi directly when
they're already on dqlitedbapi.aio. Update the README to enumerate
the full re-export surface.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4685eda commit bfb7f00
1 file changed
Lines changed: 15 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
110 | 122 | | |
111 | 123 | | |
112 | 124 | | |
| |||
0 commit comments