mirror of
https://github.com/status-im/go-sqlcipher.git
synced 2026-08-31 02:01:15 +00:00
make _pragma_key more generic
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ var db *sql.DB
|
||||
|
||||
func init() {
|
||||
// create DB
|
||||
key := "2DD29CA851E7B56E4697B0E1F08507293D761A05CE4D1B628663F411A8086D99"
|
||||
key := "passphrase"
|
||||
tmpdir, err := ioutil.TempDir("", "sqlcipher_test")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
||||
Reference in New Issue
Block a user