1
0
Fork 0

Remove reference to DSN in system test

master
Philip O'Toole 3 years ago
parent e0da96dd55
commit fda093b073

@ -1,3 +1,6 @@
## 6.0.3 (unreleased)
- [PR #841](https://github.com/rqlite/rqlite/pull/841): Remove support for specifying SQLite DSN.
## 6.0.2 (July 31st 2021)
This release addresses a significant issue related to SQLite connection handling and multithreading. All users should upgrade to this version.

@ -478,7 +478,7 @@ func mustNodeEncryptedOnDisk(dir string, enableSingle, httpEncrypt bool, mux *tc
HTTPKeyPath: httpKeyPath,
}
dbConf := store.NewDBConfig("", !onDisk)
dbConf := store.NewDBConfig(!onDisk)
raftTn := mux.Listen(cluster.MuxRaftHeader)
id := nodeID

Loading…
Cancel
Save