aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data/SqliteExtensions.cs
AgeCommit message (Collapse)Author
2024-10-28Updated TryGetGuid for migrationJPVenson
2024-01-06Specify DateTimeKind when pulling a DateTime out of the databaseCody Robibero
2023-08-22remove nullable enablecvium
2023-08-22review commentscvium
2023-08-22remove unused depscvium
2023-08-21simplify extension methodscvium
2023-08-21remove runintransactioncvium
2023-08-21more usingcvium
2023-08-21fix guid blobscvium
2023-08-21loading workscvium
2022-12-05Replace == null with is nullBond_009
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ```
2021-09-21Specify DateTimeStyles when possibleBond_009
2021-05-21Bump SQLitePCL.pretty.netstandard to 3.0.1cvium
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-19Review changescvium
2021-05-19Review changescvium
2021-05-16Rename SQL extension methodscvium
2021-05-16Reduce some allocationscvium
2021-02-13Minor improvementsBond_009
2020-11-17Pass cancellation where possibleBond_009
2020-09-16Minor improvementsBond_009
2020-04-15Remove dead functionBond_009
2020-04-03Clean up SqliteItemRepositoryBond_009
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-11-27Fix more warningsBond_009
2019-10-29Address commentsBond_009
2019-10-29More warning fixesBond_009
2019-10-11Move to netcore3.0Bond_009
2019-08-19Upgrade SQLitePCL to v2Bond_009
2019-06-28Simplify db codeBond-009
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan
Refs #575
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part A-DaErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-05-07rename methodsLuke Pulverenti
2016-12-23resolve error saving sync jobsLuke Pulverenti
2016-12-13update db connectionsLuke Pulverenti
2016-11-20update connectionsLuke Pulverenti
2016-11-20update db initLuke Pulverenti
2016-11-20update extensionsLuke Pulverenti
2016-11-20update extensionLuke Pulverenti
2016-11-20update queriesLuke Pulverenti
2016-11-19add db helpersLuke Pulverenti
2016-11-19add dll config fileLuke Pulverenti
2016-11-18rework additional repositoriesLuke Pulverenti