summaryrefslogtreecommitdiffstats
path: root/custodia/store/sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* Make tox pep8 happySimo Sorce2015-10-191-5/+5
* Return only key/containers names on LIST operationSimo Sorce2015-04-081-20/+16
* Always initialize db on store class instantiationSimo Sorce2015-04-081-10/+15
* Add explicit exception for storage conflictsSimo Sorce2015-04-071-2/+4
* Add interface to remove data from storeSimo Sorce2015-04-071-0/+27
* Allow caller to decide if replace is allowedSimo Sorce2015-04-071-2/+15
* Add Sqlite store unit testsSimo Sorce2015-04-071-0/+89
* Fix sqlite's list() commandSimo Sorce2015-04-061-3/+9
* Fix sqlite store bugsSimo Sorce2015-04-011-4/+9
* Initial sinple store infrastructureSimo Sorce2015-03-251-0/+62