Skip to content

Commit b8adefc

Browse files
committed
Remove unused bits.
1 parent df949aa commit b8adefc

3 files changed

Lines changed: 1 addition & 79 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Most lines should begin with one of these words:
1010
- Change how the module loads dependencies. Now, the module loads dependencies
1111
into a private context using [the recommended technique](https://learn.microsoft.com/en-us/powershell/scripting/dev-cross-plat/resolving-dependency-conflicts)
1212
to prevent errors if other moduels load conflicting dependencies.
13-
- Remove `Cmdlet`, moving its `WriteHost` method to an extension method.
13+
- Change `Cmdlet`, renaming to `PSqlCmdlet`.
1414
- Remove `IConsole`, replacing it with a simpler `ISqlMessageLogger`.
1515
- Update Microsoft.Data.SqlClient to [5.2.2](https://github.com/dotnet/SqlClient/blob/main/release-notes/5.2/5.2.2.md)
1616
- Add retries on transient failures.

PSql/Data/SqlContext.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright Subatomix Research Inc.
22
// SPDX-License-Identifier: MIT
33

4-
// TODO: Document
5-
#pragma warning disable CS1591
6-
74
using System.Globalization;
85
using System.Net;
96
using System.Runtime.CompilerServices;

PSql/Utilities/CmdletExtensions.cs

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)