Commit Graph
9 Commits
Author SHA1 Message Date
Frank Braun 78e06c3d61 upgrade SQLCipher to 4.4.0
Also upgrade libtomcrypt to the latest version.

Thanks to André Medeiros for preparing the switch to SQLCipher 4.x
with https://github.com/mutecomm/go-sqlcipher/pull/9
2020-07-23 02:04:21 +00:00
Frank Braun 3aeeb353c7 goimports -w 2019-02-27 14:25:55 +00:00
Frank Braun eee495e76d add ExampleIsEncrypted() 2017-05-09 13:16:13 +00:00
Frank Braun 81d39a96e8 add IsEncrypted() and tests to check encryption 2017-05-08 20:59:16 +00:00
Frank Braun 6bf6f0208d rename SQLCipher specific tests 2017-05-08 19:01:47 +00:00
Frank Braun e4e8007f0d make _pragma_key more generic 2015-11-30 01:00:07 +00:00
Frank Braun 60160a1594 fix parallel access to an encrypted database 2015-11-30 00:02:48 +00:00
Frank Braun c81b870b72 path.Join() -> filepath.Join() 2015-11-17 14:58:18 +00:00
Frank Braun 8545f20d37 add test for parallel access 2015-10-10 15:10:24 +02:00