Server configuration list in DataGrid.
Sorting already works out of the box.
This commit is contained in:
parent
26259543b3
commit
4b8a346cfb
9 changed files with 87 additions and 75 deletions
|
|
@ -23,7 +23,7 @@ public sealed class ConnectionStringService : IConnectionStringService
|
|||
public static ConnectionStringService CreateDefault()
|
||||
=> new(new IConnectionStringCodec[] { new LibpqCodec(), new NpgsqlCodec(), new UrlCodec(), new JdbcCodec() });
|
||||
|
||||
public Result<ConnStringFormat> DetectFormat(string input)
|
||||
public Result<ConnStringFormat> DetectFormat(string? input)
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(input))
|
||||
return Result.Fail<ConnStringFormat>("Empty input");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue