aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data
AgeCommit message (Expand)Author
2020-04-05Merge pull request #2674 from JustAMan/fix-attachments-scanBond-009
2020-03-22Merge pull request #2478 from JustAMan/fix-search-orderv10.5.2dkanada
2020-02-19Minor improvementsBond_009
2020-01-10Merge branch 'master' into warn12Bond_009
2020-01-08rename two properties based on code suggestionsdkanada
2020-01-08Minor improvementsBond_009
2020-01-08Fix build and address commentsBond_009
2020-01-08merge branch master into media-attachmentsdkanada
2019-12-14Reformatting codeNeil Burrows
2019-12-13Fixing index error & split out code for readabilityNeil Burrows
2019-12-13Tidying up codeNeil Burrows
2019-12-13Add Excluded Tags using SQLite parametersNeil Burrows
2019-12-11More warnings (removed)Bond_009
2019-12-11Merge pull request #2041 from Bond-009/warn11dkanada
2019-12-10Apply suggestions from code reviewBond-009
2019-12-06Merge remote-tracking branch 'upstream/master' into randomBond-009
2019-11-27Fix more warningsBond_009
2019-11-22Fix some warningsBond-009
2019-11-10Merge pull request #1965 from Bond-009/dbjsondkanada
2019-11-07Update Emby.Server.Implementations/Data/SqliteItemRepository.cs Andrew Mahone
2019-11-07formattingAndrew Mahone
2019-11-07Check for cancellation between each batch of MediaAttachment inserts.Andrew Mahone
2019-11-06Use block rather than local using statement.Andrew Mahone
2019-11-05Extract the prefix for MediaAttachment insertions to a static member instead ...Andrew Mahone
2019-11-05Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-...Andrew Mahone
2019-11-05Update Emby.Server.Implementations/Data/SqliteItemRepository.csAndrew Mahone
2019-11-05Update Emby.Server.Implementations/Data/SqliteItemRepository.cs Andrew Mahone
2019-11-05Update Emby.Server.Implementations/Data/SqliteItemRepository.cs Andrew Mahone
2019-11-05Update Emby.Server.Implementations/Data/SqliteItemRepository.cs Andrew Mahone
2019-11-05Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-...Andrew Mahone
2019-11-05Throw ArgumentException instead of ArgumentNullException on empty Guid.Andrew Mahone
2019-11-04Rename "limit" to "insertAtOnce" in InsertMediaAttachments.Andrew Mahone
2019-11-04Check for cancellation in SaveMediaAttachments.Andrew Mahone
2019-11-04Flatten using connection in GetMediaAttachments/SaveMediaAttachmentsAndrew Mahone
2019-11-04Use ToByteArray instead of ToGuidBlob.Andrew Mahone
2019-11-04Merge remote-tracking branch 'origin/master' into media-attachments-cleanAndrew Mahone
2019-11-04Add space when building query string for attachments.Andrew Mahone
2019-11-01Deserialize with the correct type (and warning fixes)Bond_009
2019-10-29Address commentsBond_009
2019-10-29More warning fixesBond_009
2019-10-22Store MediaAttachments in DB.Andrew Mahone
2019-10-20Don't shuffle some types by defaultBond_009
2019-10-11Move to netcore3.0Bond_009
2019-10-10Merge pull request #1854 from Bond-009/jsonVasily
2019-10-08Change slow query time logging to debugBond_009
2019-10-08Use System.Text.Json apiBond_009
2019-09-29Nicer link format for commentJoshua M. Boniface
2019-09-29Change PRAGMA mode from WAL to TRUNCATEJoshua Boniface
2019-09-02Fix warnings, improve performance (#1665)Bond-009
2019-08-29More warning fixesBond_009