surrealpatch/kvs
Tobie Morgan Hitchcock 82ffd9ef31 Fix bug in putC/delC for mysql storage backend
When using encryption, the expected value (once encrypted) would never be the same as the encrypted value in the storage layer. As a result, it would never be possible to putC or delC a KV item.

Now the mysql package first gets the key from the storage layer, and then checks it’s decrypted value, before attempting to overwirte the value in the storage layer.
2018-04-04 19:11:59 +01:00
..
mysql Fix bug in putC/delC for mysql storage backend 2018-04-04 19:11:59 +01:00
rixxdb Log errors which occur on the kvs layer 2018-02-11 16:43:49 +00:00
db.go Enable passing context when beginning a transaction 2018-02-06 17:07:42 +00:00
ds.go Add support for mysql as a backend kv store 2018-02-11 00:16:28 +00:00
err.go Implement updated rixxdb api interface 2017-11-16 19:54:54 +00:00
kv.go Implement updated rixxdb api interface 2017-11-16 19:54:54 +00:00
tx.go Don’t use of ClrL, GetL, DelL, PutL methods on KV store 2018-02-09 15:08:27 +00:00