Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory databases with database/sql are racy #2

Open
ncruces opened this issue Feb 19, 2023 · 1 comment
Open

Memory databases with database/sql are racy #2

ncruces opened this issue Feb 19, 2023 · 1 comment

Comments

@ncruces
Copy link

ncruces commented Feb 19, 2023

See:
mattn/go-sqlite3#677 (comment)

@ncruces
Copy link
Author

ncruces commented Feb 20, 2023

The way to ensure this is not an issue, since you're not using goroutines, is to run your entire test through a single sql.Conn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant