Commit 42c8c1a
Add _async_soft_close method to AsyncAdapt_pyathena_cursor
SQLAlchemy 2.0.46 calls cursor._async_soft_close() in the async result
handling path (_ensure_sync_result). Add a no-op implementation matching
the pattern used by SQLAlchemy's own asyncpg adapter.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2d551c2 commit 42c8c1a
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
0 commit comments