From 853bb4b72a776f7d8ba601c677d88f0a94012120 Mon Sep 17 00:00:00 2001 From: Costas K <11378310+kacos2000@users.noreply.github.com> Date: Wed, 26 Jun 2019 15:17:47 +0300 Subject: [PATCH] IOS 11 --- Photos_sqlite11.sql | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Photos_sqlite11.sql b/Photos_sqlite11.sql index 3c5b791..060a39f 100644 --- a/Photos_sqlite11.sql +++ b/Photos_sqlite11.sql @@ -133,13 +133,12 @@ case ZMOMENTLIST.ZREVERSELOCATIONDATAISVALID when 0 then 'No' when 1 then 'Yes' end as 'LocationValid', -ZADDITIONALASSETATTRIBUTES.ZREVERSELOCATIONDATA as 'ReverseLocationData2(bplist)' +ZADDITIONALASSETATTRIBUTES.ZREVERSELOCATIONDATA as 'ReverseLocationData2(bplist)', --- case ZADDITIONALASSETATTRIBUTES.ZSHIFTEDLOCATIONISVALID -- Field does not exist in IOS 8.3 --- when 0 then 'No' --- when 1 then 'Yes' --- end as 'ShiftedLocationValid' - +case ZADDITIONALASSETATTRIBUTES.ZSHIFTEDLOCATIONISVALID -- Field does not exist in IOS 8.3 + when 0 then 'No' + when 1 then 'Yes' + end as 'ShiftedLocationValid' from zgenericasset join Z_PRIMARYKEY on zgenericasset.z_ent = Z_PRIMARYKEY.z_ent