summaryrefslogtreecommitdiff
path: root/client/changes/feature_use-twisted-adbapi-for-sync-db
AgeCommit message (Collapse)Author
2015-06-01[pkg] fold in changes0.7.0drebs
2015-05-20[feature] use async adbapi for async decryptiondrebs
Since we started implementing twisted api in soledad, some pieces are missing. Accessing the sqlcipher database directly with the twisted adbapi facilities is one of them. The async encryption/decryption was touching the database directly, and this was causing some difficulties like having different threads accessing the same database. This commit implements the twisted adbapi stuff for the asynchronous encryption/decryption facilities. Next steps would be use async adbapi for async encryption and use async adbapi for all sqlcipher access.