Commit 096574a
authored
Add keyword arguments for
In SQLAlchemy 1.4.24, `AsyncSession.connection` started accepting keyword arguments which would be passed through to the underlying connection
https://github.com/sqlalchemy/sqlalchemy/blob/main/lib/sqlalchemy/ext/asyncio/session.py#L740-L755AsyncSession.connection (#220)1 parent e5a0041 commit 096574a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments