-
Trying to use the table structure of fastapi_sqlalchemy_mysql-async-Plus, an exception occurs when querying user information
how did you solve it |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 28 replies
-
Hi, @wu-clan Why does role need noload so that no error will be reported? What should I do if role information is required?
selectinload also does not work |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi, @downdawn In the latest code, noload is no longer used But this error I was not able to solve directly, make people headache, here is an old tool, but he is very useful My solution. |
Beta Was this translation helpful? Give feedback.
Hi, @downdawn
In the latest code, noload is no longer used
But this error I was not able to solve directly, make people headache, here is an old tool, but he is very useful
My solution.
fastapi_best_architecture/backend/app/api/v1/user.py
Line 31 in e1edcad