-
Notifications
You must be signed in to change notification settings - Fork 67
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
panic on unlock of unlocked mutex #81
Comments
Hi, I recently merged in master a complete rewrite. Can you go get ramsql@master and check if you run into the same issue ? |
After updating to your latest master, my application just hangs, it does not spew out any log messages or anything. I cannot see how I can provide you with more information, except updating to github.com/proullon/ramsql v0.0.2-0.20230729003203-601411239223 makes the application just hang or not show any stdout. |
Alright, I'll check tests coverage, thanks |
Hi, There was indeed an issue with transactions on |
Awesome, thank you for the work on both of my issues. |
Hi @proullon
Receiving panic from using sql.Db#Begin, sql.Db.Commit(), sql.Db.Rollback
The text was updated successfully, but these errors were encountered: