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'm not sure if this is something that sqlx is best placed to solve, or whether this is more the domain of cargo, but I noticed that changes to .sql files referenced in query_as_file! aren't picked up in subsequent cargo operations.
This can lead to some subtle bugs where a query did work, but was since changed and not picked up in the next build.
Curious if there's a recommended approach to solving this. Thanks!