querying by key id shouldn't care about revoked keys
This commit is contained in:
@@ -46,11 +46,11 @@ SELECT * FROM unifiedKeyView
|
|||||||
|
|
||||||
selectUnifiedKeyInfoByMasterKeyId:
|
selectUnifiedKeyInfoByMasterKeyId:
|
||||||
SELECT * FROM unifiedKeyView
|
SELECT * FROM unifiedKeyView
|
||||||
WHERE is_revoked = 0 AND master_key_id = ?;
|
WHERE master_key_id = ?;
|
||||||
|
|
||||||
selectUnifiedKeyInfoByMasterKeyIds:
|
selectUnifiedKeyInfoByMasterKeyIds:
|
||||||
SELECT * FROM unifiedKeyView
|
SELECT * FROM unifiedKeyView
|
||||||
WHERE is_revoked = 0 AND master_key_id IN ?;
|
WHERE master_key_id IN ?;
|
||||||
|
|
||||||
selectUnifiedKeyInfoSearchMailAddress:
|
selectUnifiedKeyInfoSearchMailAddress:
|
||||||
SELECT * FROM unifiedKeyView
|
SELECT * FROM unifiedKeyView
|
||||||
|
|||||||
Reference in New Issue
Block a user