Skip to content

Commit

Permalink
Merge pull request #24 from dynamicweb/mss/GetSqlSourceSchema
Browse files Browse the repository at this point in the history
Updated package-references and added null to the call of GetSqlSource…
  • Loading branch information
frederik5480 authored Oct 24, 2023
2 parents 61a1dc4 + 2771a05 commit 4231d66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Dynamicweb.DataIntegration.Providers.SqlProvider.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>10.0.6</Version>
<Version>10.0.7</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Title>SQL Provider</Title>
<Description>SQL Provider</Description>
Expand All @@ -23,7 +23,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dynamicweb.DataIntegration" Version="10.0.14" />
<PackageReference Include="Dynamicweb.DataIntegration" Version="10.0.15" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/SQLProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ public override string Serialize()

public new virtual Schema GetOriginalSourceSchema()
{
return GetSqlSourceSchema(Connection);
return GetSqlSourceSchema(Connection, null);
}

public override Schema GetOriginalDestinationSchema()
Expand Down

0 comments on commit 4231d66

Please sign in to comment.