microsoft / microsoft/sqlmanagementobjects
Delete ancient methods for SQL 2005 and older versions of SQL
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 143
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
Any method using functions like ThrowIfAboveVersion80 or UpgradeFromSqlServer2005 are candidates to be marked obsolete in version 16 and then deleted in version 17.
We could also cut the cord on SQL 2008-specific functions using ThrowIfAboveVersion100
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the codebase for methods using ThrowIfAboveVersion80, UpgradeFromSqlServer2005, and ThrowIfAboveVersion100. Review which SQL Server 2005 and 2008 compatibility methods are covered, then verify that the selected methods are obsolete in version 16 and removed in version 17.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- databases
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100