make _pragma_key more generic

This commit is contained in:
Frank Braun
2015-11-30 01:00:07 +00:00
parent 9314beb63f
commit e4e8007f0d
3 changed files with 4 additions and 11 deletions
+1 -1
View File
@@ -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)