aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data/SqliteItemRepository.cs
AgeCommit message (Collapse)Author
2019-11-07Update Emby.Server.Implementations/Data/SqliteItemRepository.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07formattingAndrew Mahone
Co-Authored-By: Bond-009 <bond.009@outlook.com>
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
of generating it per-query.
2019-11-05Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵Andrew Mahone
media-attachments
2019-11-05Update Emby.Server.Implementations/Data/SqliteItemRepository.csAndrew Mahone
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-05Update Emby.Server.Implementations/Data/SqliteItemRepository.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-05Update Emby.Server.Implementations/Data/SqliteItemRepository.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-05Update Emby.Server.Implementations/Data/SqliteItemRepository.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-05Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵Andrew Mahone
media-attachments
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
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-10-29More warning fixesBond_009
2019-10-22Store MediaAttachments in DB.Andrew Mahone
2019-10-10Merge pull request #1854 from Bond-009/jsonVasily
Use System.Text.Json api for databases
2019-10-08Change slow query time logging to debugBond_009
2019-10-08Use System.Text.Json apiBond_009
2019-09-02Fix warnings, improve performance (#1665)Bond-009
* Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs
2019-08-29More warning fixesBond_009
2019-08-18Return DB asapBond_009
2019-08-18Use reader.GetString instead of indexingClaus Vium
2019-08-18Speed up BaseItem deserializationClaus Vium
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-07-01Address commentsBond_009
2019-06-28Reworked PRAGMA statements useBond_009
2019-06-28Address commentsBond_009
2019-06-28Final fixesBond-009
2019-06-28Back to a single connectionBond-009
2019-06-28Properly disposeBond-009
2019-06-28Use a connection pool instead of creating new connectionsBond-009
2019-06-28Simplify db codeBond-009
2019-04-24Fix query time loggingBond_009
2019-03-16Merge branch 'master' into subtitle-display-titleredSpoutnik
2019-03-14Change subtitles DisplayTitle behaviorredSpoutnik
2019-03-07Remove redundent class AssemblyInfoBond-009
2019-03-01Correct the list of series typesLynxy
2019-02-26Log time in a standardized wayBond-009
2019-02-12Useless copyBond_009
2019-02-12Warn faster for slow requestsBond_009
2019-02-12Some Lists -> IEnumerableBond_009
2019-02-12Don't clone listsBond_009
2019-02-12Tuple -> ValueTupleBond_009
2019-02-12Use HashSets for increased perfBond_009
2019-01-31Merge pull request #734 from Bond-009/cultureJoshua M. Boniface
Fix more analyzer warnings