aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data
AgeCommit message (Expand)Author
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
2019-08-21Merge pull request #1646 from Bond-009/lockJoshua M. Boniface
2019-08-19Upgrade SQLitePCL to v2Bond_009
2019-08-18Return DB asapBond_009
2019-08-18Merge pull request #1642 from cvium/fix_slow_dbJoshua M. Boniface
2019-08-18Use reader.GetString instead of indexingClaus Vium
2019-08-18Speed up BaseItem deserializationClaus Vium
2019-08-16Improvements to UserManagerBond_009
2019-08-15Fix masterBond_009
2019-08-14Properly dispose DisplayPreferencesRepositoryBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-07-06Move VACUUM command to fix merge errorErwin de Haan
2019-07-06Merge branch 'master' into release-10.3.zBond-009
2019-07-04Cleanup extra spaces.Erwin de Haan
2019-07-04Moved VACUUM down to the end of the list.Erwin de Haan
2019-07-01Add docsBond_009
2019-07-01Address commentsBond_009
2019-06-28Reduce amount of raw sqlBond_009
2019-06-28Last bit of cleanupBond_009
2019-06-28Reworked PRAGMA statements useBond_009
2019-06-28Fix startupBond_009
2019-06-28Address commentsBond_009
2019-06-28Final fixesBond-009