summaryrefslogtreecommitdiffstats
path: root/lib/App/BorgRestore/DB.pm
AgeCommit message (Expand)AuthorFilesLines
2020-10-14DB: Remove columns left over by migrations 3/4Florian Pritz1-0/+24
2020-10-14DB: Vacuum database after schema migrationsFlorian Pritz1-0/+6
2020-09-27Add missing database migrationFlorian Pritz1-0/+7
2020-09-27DB: Fix incorrect subpath handling for path that is a superstring of theFlorian Pritz1-1/+8
2019-09-28Import untaint function where usedFlorian Pritz1-7/+7
2019-09-28Helper: Remove untaint_archive_nameFlorian Pritz1-6/+2
2019-09-28DB: Convert timestamp column names to numeric IDsFlorian Pritz1-7/+23
2019-09-28DB: Use get_archive_id instead of _prefix_archive_idFlorian Pritz1-2/+2
2019-09-28DB: Apply migration is correct orderFlorian Pritz1-1/+1
2019-09-28DB: Implement version based database schema upgradesFlorian Pritz1-6/+34
2019-02-07DB/remove_archive: Properly handle cases where the DB is empty after removalFlorian Pritz1-7/+13
2018-09-09DB: Fix update_path_if_greater not working for existing rowsFlorian Pritz1-1/+1
2018-09-09Use strictures instead of strict/warningsFlorian Pritz1-2/+1
2018-09-06Add direct-to-db adding of paths instead of memory onlyFlorian Pritz1-3/+13
2018-08-19Remove unused variableFlorian Pritz1-1/+1
2018-08-19DB: Do not create directories for special :foo: DBsFlorian Pritz1-1/+4
2018-08-02Remove sqlite cache size warningFlorian Pritz1-2/+2
2018-01-24Only increase sqlite cache size during updateFlorian Pritz1-4/+7
2018-01-24Add --list feature to search for files contained in backups by pathFlorian Pritz1-0/+16
2017-12-04Warn if sqlite cache is fullFlorian Pritz1-0/+11
2017-11-22Create cache directory in DB instead of SettingsFlorian Pritz1-0/+4
2017-09-25Add missing autodie to packagesFlorian Pritz1-0/+1
2017-09-10Add basic documentation for all packagesFlorian Pritz1-0/+12
2017-08-10Bump minimal perl version to 5.14Florian Pritz1-1/+1
2017-04-11DB: Fix broken db initializationFlorian Pritz1-1/+1
2017-04-11DB: Fix opening of missing dbFlorian Pritz1-1/+1
2017-04-10Remove unused Data::Dumper dependencyFlorian Pritz1-1/+0
2017-04-10Use Function::Parameters for DB packageFlorian Pritz1-58/+16
2017-04-02Make sqlite cache size configurableFlorian Pritz1-3/+5
2017-03-13Refactor db creation and cache dir creationFlorian Pritz1-1/+9
2017-02-27Remove empty lines from the dbFlorian Pritz1-1/+8
2017-02-27Move packages to dedicated filesFlorian Pritz1-0/+185