-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LRS-72 lrs 1.2.10 #225
LRS-72 lrs 1.2.10 #225
Conversation
From an efficiency standpoint a future optimization might be to make a query that takes multiple statement IDs and returns unique attachments for the set, but it may be difficult to implement across all backends. |
I'd love to see some tests for this. Given that there's two things added (handling deduped incoming attachments and deduping outbound attachments), these can probably be their own section in |
Where, in |
Added tests in cf53077 |
LRS-72 Handle deduplicated attachments introduced in yetanalytics/lrs#81
Additionally, deduplicates outbound attachments per guidance in the
lrs
README.