Merge branch 'mkirk/fix-grdb-finder'
This commit is contained in:
commit
9727df42ce
@ -75,7 +75,7 @@ struct GRDBAttachmentFinderAdapter: AttachmentFinderAdapter {
|
||||
SELECT \(attachmentColumn: .uniqueId)
|
||||
FROM \(AttachmentRecord.databaseTableName)
|
||||
WHERE \(attachmentColumn: .recordType) = \(SDSRecordType.attachmentPointer.rawValue)
|
||||
AND \(attachmentColumn: .state) = ?
|
||||
AND \(attachmentColumn: .state) != ?
|
||||
"""
|
||||
var result = [String]()
|
||||
do {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user