aboutsummaryrefslogtreecommitdiffstats
path: root/paste/db.py
Commit message (Collapse)AuthorAgeFilesLines
* terminate all migrations with semicolonTomasz Kramkowski2023-03-241-1/+1
|
* prevent accessing a future database versionTomasz Kramkowski2023-03-241-0/+4
|
* do not shorten connection to conn in the db APITomasz Kramkowski2023-03-241-7/+7
|
* Use blake2b instead of sha256 as the data hashTomasz Kramkowski2023-03-241-2/+2
| | | | With a digest size of 32 so it takes up the same amount of space
* Add a DATA_HASH UDF (same as SHA256)Tomasz Kramkowski2023-03-241-2/+11
| | | | | | This means that the underlying hash function can be changed without needing to change the name. Although the change would still break the database backwards compatibility, but that's a separate problem.
* isort importsTomasz Kramkowski2023-03-241-4/+4
|
* paste.db: Refactor connectTomasz Kramkowski2023-03-241-10/+19
|
* First draft versionTomasz Kramkowski2023-02-141-0/+69