Skip to content

Commit

Permalink
Update to Pomelo 5.0 RTW provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Apr 29, 2021
1 parent 6a45929 commit 4aa7ebd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/GUI/RevEng.Core.50/RevEng.Core.50.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime" Version="5.0.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite" Version="5.0.2" />
<PackageReference Include="Oracle.EntityFrameworkCore" Version="5.21.1" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.0-beta.1" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql.NetTopologySuite" Version="5.0.0-beta.1" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.0" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql.NetTopologySuite" Version="5.0.0" />
<PackageReference Include="SimplerSoftware.EntityFrameworkCore.SqlServer.NodaTime" Version="5.0.2" />
<PackageReference Include="System.CodeDom" Version="5.0.0" />
</ItemGroup>
Expand Down
5 changes: 0 additions & 5 deletions src/GUI/RevEng.Core/Procedures/SqlServerSqlTypeExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ public static Type ClrType(this ProcedureResultElement storedProcedureResultElem
return GetClrType(storedProcedureResultElement.StoreType, storedProcedureResultElement.Nullable);
}

public static SqlDbType DbType(this ProcedureResultElement storedProcedureResultElement)
{
return GetSqlDbType(storedProcedureResultElement.StoreType);
}

private static SqlDbType GetSqlDbType(string storeType)
{
if (string.IsNullOrEmpty(storeType))
Expand Down
Binary file modified src/GUI/lib/efreveng50.exe.zip
Binary file not shown.

0 comments on commit 4aa7ebd

Please sign in to comment.