Replies: 1 comment 2 replies
-
Hmm...in the async SQLAlchemy there's no way to update without the JOIN-loaded as far as I know. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On update model
await Query(self).update(pk, data)
has call, next_update_async
with lines:I get here tremendously complex query with many joins. Are there some workarounds from this?
This does not seem to affect the model update
column_details_exclude_list, form_excluded_columns
Beta Was this translation helpful? Give feedback.
All reactions