From c1d12047bde84740b96c8531110e7b2d2fe41f2e Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Fri, 26 Jun 2020 20:04:53 -0700 Subject: [PATCH] Removed pdf filter on process_database_4 --- osxphotos/photosdb/photosdb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osxphotos/photosdb/photosdb.py b/osxphotos/photosdb/photosdb.py index 34279702..caeefde4 100644 --- a/osxphotos/photosdb/photosdb.py +++ b/osxphotos/photosdb/photosdb.py @@ -717,7 +717,7 @@ class PhotosDB: RKVersion.nonRawMasterUuid, RKMaster.alternateMasterUuid FROM RKVersion, RKMaster WHERE RKVersion.isInTrash = 0 AND - RKVersion.masterUuid = RKMaster.uuid AND RKVersion.filename NOT LIKE '%.pdf' """ + RKVersion.masterUuid = RKMaster.uuid""" ) else: c.execute( @@ -736,7 +736,7 @@ class PhotosDB: RKVersion.nonRawMasterUuid, RKMaster.alternateMasterUuid FROM RKVersion, RKMaster WHERE RKVersion.isInTrash = 0 AND - RKVersion.masterUuid = RKMaster.uuid AND RKVersion.filename NOT LIKE '%.pdf' """ + RKVersion.masterUuid = RKMaster.uuid""" ) # order of results