aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data
AgeCommit message (Collapse)Author
2019-10-20Merge pull request #1866 from Bond-009/sqlslowVasily
Change slow query time logging to debug (cherry picked from commit cadfd5bf3ff9f9f20af05a22ed1bd0b10fa8ea86) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-09-29Nicer link format for commentJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-09-29Change PRAGMA mode from WAL to TRUNCATEJoshua Boniface
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-21Merge pull request #1646 from Bond-009/lockJoshua M. Boniface
Return DB lock immediately
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
Speed up BaseItem deserialization
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
This fixes a syntax error.
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
2019-06-28MoreBond-009
2019-06-28Back to a single connectionBond-009
2019-06-28Properly disposeBond-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-06-10Vacuum databases at startupferferga
2019-05-10Merge pull request #1293 from Bond-009/query-timeJoshua M. Boniface
Fix query time logging
2019-04-24Fix query time loggingBond_009
2019-04-20Fix comparison for empty password migrationClaus Vium
2019-03-25Simplify/remove/clean codeBond-009
* Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;)
2019-03-16Merge branch 'master' into subtitle-display-titleredSpoutnik
2019-03-14Change subtitles DisplayTitle behaviorredSpoutnik
2019-03-12Merge pull request #1060 from Bond-009/assinfoVasily
Remove redundant class AssemblyInfo
2019-03-07Merge pull request #870 from LogicalPhallacy/betterauthBond-009
Better default authentication
2019-03-07Remove redundent class AssemblyInfoBond-009
2019-03-04Merge pull request #735 from Bond-009/loopJoshua M. Boniface
Readability changes
2019-03-01Correct the list of series typesLynxy
2019-03-01Don't mix LINQ and roreach loops for readabilityBond-009
2019-02-26Log time in a standardized wayBond-009
2019-02-20made newlines into linux newlinesPhallacy
2019-02-20merging with master to clear merge conflictPhallacy
2019-02-20minor changes and return to netstandardPhallacy