0.12.0 #48
zombiezen
announced in
Announcements
0.12.0
#48
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version 0.12 added support for the online backup API.
Added
OpenFlags
.Changed
OpenNoMutex
andOpenFullMutex
no longer have an effect onsqlite.OpenConn
.OpenNoMutex
(i.e. multi-thread mode) is now the only supported mode.*sqlite.Conn
has never been safe to use concurrently from multiple goroutines, so this is mostly to prevent unnecessary locking and to avoid confusion. (#32).This discussion was created from the release 0.12.0.
Beta Was this translation helpful? Give feedback.
All reactions