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
I am trying SQL Alchemy 1.4 asyncio with this lib and have been having problem joining the translations in my select queries. I saw your tests, but they use queries which AsyncSession do not possess. I would like to use select. Do you have any idea how to make it work or any example?
The text was updated successfully, but these errors were encountered:
I am trying SQL Alchemy 1.4 asyncio with this lib and have been having problem joining the translations in my select queries. I saw your tests, but they use queries which
AsyncSession
do not possess. I would like to useselect
. Do you have any idea how to make it work or any example?The text was updated successfully, but these errors were encountered: