From 2771a055f02e3306ca1ad7308862fa7d5add928d Mon Sep 17 00:00:00 2001 From: MatthiasSort Date: Tue, 24 Oct 2023 11:38:04 +0200 Subject: [PATCH] Updated package-references and added null to the call of GetSqlSourceSchema. bump version to 10.0.7 --- src/Dynamicweb.DataIntegration.Providers.SqlProvider.csproj | 4 ++-- src/SQLProvider.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Dynamicweb.DataIntegration.Providers.SqlProvider.csproj b/src/Dynamicweb.DataIntegration.Providers.SqlProvider.csproj index 5615aba..ebec025 100644 --- a/src/Dynamicweb.DataIntegration.Providers.SqlProvider.csproj +++ b/src/Dynamicweb.DataIntegration.Providers.SqlProvider.csproj @@ -1,6 +1,6 @@  - 10.0.6 + 10.0.7 1.0.0.0 SQL Provider SQL Provider @@ -23,7 +23,7 @@ snupkg - + diff --git a/src/SQLProvider.cs b/src/SQLProvider.cs index d521b07..4eb94d9 100644 --- a/src/SQLProvider.cs +++ b/src/SQLProvider.cs @@ -395,7 +395,7 @@ public override string Serialize() public new virtual Schema GetOriginalSourceSchema() { - return GetSqlSourceSchema(Connection); + return GetSqlSourceSchema(Connection, null); } public override Schema GetOriginalDestinationSchema()