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
Pin supports_server_side_cursors False on the async dialect
dqlite has no server-side cursor notion at the wire protocol level.
Pin the flag on DqliteDialect_aio so a future default flip in
SQLAlchemy's AsyncDialect cannot silently route the dqlite async
engine through an SS-cursor code path the adapter does not implement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments