aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data/BaseSqliteRepository.cs
AgeCommit message (Collapse)Author
2024-10-08Removed BaseSqliteRepositoryJPVenson
2024-08-20chore: update BaseSqliteRepository.csIkko Eltociear Ashimine
overriden -> overridden
2024-06-06Merge pull request #11972 from Bond-009/numconnsBond-009
Remove old connection count props
2024-06-06Backport pull request #11986 from jellyfin/release-10.9.zBond-009
Use only 1 write connection/DB Original-merge: cc4563a4779ff7e86526b09f5ac5a2e7ec71e56b Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-06Backport pull request #11969 from jellyfin/release-10.9.zBond-009
Create readonly DB connections when possible Original-merge: a46c17e19fd593591b733208bc9b0488f8df9539 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-05Remove old connection count propsBond_009
Not used with the new SQLite lib
2024-04-12Enable more warnings as errors (#11288)Bond-009
2023-08-21remove readonlycvium
2023-08-21open before changing pragmascvium
2023-08-21simplify extension methodscvium
2023-08-21rename variable and fix crashcvium
2023-08-21remove runintransactioncvium
2023-08-21loading workscvium
2023-06-02Merge pull request #9667 from Silvenga/restore-default-journal-sizeBond-009
2023-04-24Increased the max journal_size_limit to reduce the number of truncation ↵Mark Lopez
operations.
2023-04-21Get write connection for vacuumBond_009
2023-04-21Use BlockingCollectionBond_009
2023-04-21POC sql connection poolBond_009
2023-04-13Properly dispose prepared statementsBond_009
2023-04-06Remove redundant castsStepan Goremykin
2023-01-14Set journal_size_limitBond_009
2023-01-14Change synchronous_mode to normalBond_009
2023-01-14Fine tune DB settingsBond_009
2022-12-05Replace != null with is not nullBond_009
2022-03-06Revert "chore: Add a read only connection for routes like Shows/NextUp"Cody Robibero
2022-03-05Apply suggestions from code reviewCody Robibero
2022-01-23fix: Avoid opening read connections without mutexesJayson Reis
2022-01-22chore: Add a read only connection for routes like Shows/NextUpJayson Reis
2021-12-24Update StyleCopBond_009
2021-12-20Use our own Contains extensioncvium
2021-10-06Fix the last few warningsBond_009
Enables TreatWarningsAsErrors for all projects
2021-10-02Fix warnings in DataPatrick Barron
2021-08-28Remove more and more warningsCody Robibero
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-16Reduce some allocationscvium
2020-10-12Fix SA 1116 warningsJan-Pieter Baert
2020-09-09Minor performance improvements to item savingBond_009
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-06-05Use typed logger where possiblecrobibero
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2019-12-11More warnings (removed)Bond_009
2019-12-10Apply suggestions from code reviewBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-11-27Fix more warningsBond_009
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-08-15Fix masterBond_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