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
Describe the bug
In my application I initialize goqu.Database during startup and provide it as dependency to my services. During running my integration tests I got data race in queryFactory() function. You can reproduce it by running the code below with turned on races detector.
Describe the bug
In my application I initialize goqu.Database during startup and provide it as dependency to my services. During running my integration tests I got data race in queryFactory() function. You can reproduce it by running the code below with turned on races detector.
To Reproduce
Dialect:
The text was updated successfully, but these errors were encountered: