Skip to content

Commit

Permalink
Bump HIC.FAnsiSql from 3.2.5 to 3.2.6 (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent b46736c commit dfff919
Show file tree
Hide file tree
Showing 44 changed files with 9 additions and 93 deletions.
1 change: 0 additions & 1 deletion Application/ResearchDataManagementPlatform/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System;
using System.Runtime.InteropServices;
using CommandLine;
using Rdmp.Core.Logging.PastEvents;
using Rdmp.Core.ReusableLibraryCode;
using Rdmp.Core.ReusableLibraryCode.Checks;
using Rdmp.Core.ReusableLibraryCode.Settings;
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageVersion Include="ExcelNumberFormat" Version="1.1.0"/>
<PackageVersion Include="FluentFTP" Version="50.1.0"/>
<PackageVersion Include="HIC.SynthEHR" Version="2.0.0"/>
<PackageVersion Include="HIC.FAnsiSql" Version="3.2.5"/>
<PackageVersion Include="HIC.FAnsiSql" Version="3.2.6"/>
<PackageVersion Include="LibArchive.Net" Version="0.1.5"/>
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

using NUnit.Framework;
using Rdmp.Core.CommandExecution.AtomicCommands;
using System;
using System.Linq;
using Rdmp.Core.CommandExecution;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Linq;
using System.Linq;
using NUnit.Framework;
using Rdmp.Core.CommandExecution;
using Rdmp.Core.CommandExecution.AtomicCommands;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
using Tests.Common;
using Tests.Common.Scenarios;
using TypeGuesser;
using System.IO;

namespace Rdmp.Core.Tests.CommandLine.AutomationLoopTests;

Expand Down
1 change: 0 additions & 1 deletion Rdmp.Core.Tests/Curation/Integration/LoadMetadataTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System;
using System.IO;
using NUnit.Framework;
using Rdmp.Core.Curation;
using Rdmp.Core.Curation.Data.DataLoad;
using Rdmp.Core.DataLoad.Engine.Checks.Checkers;
using Rdmp.Core.DataLoad.Engine.DatabaseManagement.EntityNaming;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
using FAnsi.Discovery;
using FAnsi.Discovery.TableCreation;
using NUnit.Framework;
using NUnit.Framework.Internal;
using Rdmp.Core.DataFlowPipeline;
using Rdmp.Core.DataLoad.Engine.Pipeline.Destinations;
using Rdmp.Core.DataLoad.Triggers;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

using FAnsi;
using FAnsi.Discovery;
using NPOI.SS.Formula.Functions;
using NPOI.SS.UserModel;
using NPOI.XSSF.UserModel;
using NUnit.Framework;
Expand All @@ -17,12 +16,8 @@
using Rdmp.Core.DataLoad.Modules.Attachers;
using Rdmp.Core.ReusableLibraryCode.Progress;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tests.Common;

namespace Rdmp.Core.Tests.DataLoad.Engine.Integration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
using Rdmp.Core.ReusableLibraryCode.Checks;
using Rdmp.Core.ReusableLibraryCode.DataAccess;
using Rdmp.Core.ReusableLibraryCode.Progress;
using Terminal.Gui;
using Tests.Common;

namespace Rdmp.Core.Tests.DataLoad.Engine.Integration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// RDMP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
// You should have received a copy of the GNU General Public License along with RDMP. If not, see <https://www.gnu.org/licenses/>.

using FAnsi.Implementations.MicrosoftSQL;
using NUnit.Framework;
using Rdmp.Core.Curation.Data.DataLoad;
using Rdmp.Core.DataLoad.Modules.Attachers;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
using System.Collections.Generic;
using System.Data;
using FAnsi;
using MongoDB.Driver.Linq;
using NPOI.SS.Formula.Functions;
using NSubstitute;
using NUnit.Framework;
using Rdmp.Core.Curation.Data;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Globalization;
using FAnsi;
using FAnsi.Discovery;
using NSubstitute;
Expand All @@ -25,7 +24,6 @@
using Rdmp.Core.ReusableLibraryCode.Progress;
using Tests.Common;
using TypeGuesser;
using static Rdmp.Core.Tests.DataLoad.Engine.Integration.RemoteDatabaseAttacherTests;

namespace Rdmp.Core.Tests.DataLoad.Modules.Attachers;

Expand Down
1 change: 0 additions & 1 deletion Rdmp.Core.Tests/Setting/SettingValidationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

using Microsoft.Data.SqlClient;
using NUnit.Framework;
using System;
using System.Linq;
using Tests.Common;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
using Rdmp.Core.CohortCommitting.Pipeline.Sources;
using Rdmp.Core.Curation.Data;
using Rdmp.Core.Curation.Data.Cohort;
// Copyright (c) The University of Dundee 2024-2024
// Copyright (c) The University of Dundee 2024-2024
// This file is part of the Research Data Management Platform (RDMP).
// RDMP is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
// RDMP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
// You should have received a copy of the GNU General Public License along with RDMP. If not, see <https://www.gnu.org/licenses/>.
using Spectre.Console;

using System.Linq;
using Rdmp.Core.Curation.Data.Cohort;


namespace Rdmp.Core.CommandExecution.AtomicCommands;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using Rdmp.Core.Curation.Data;
using Rdmp.Core.Repositories;

Expand Down
2 changes: 0 additions & 2 deletions Rdmp.Core/CommandLine/Runners/DleRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
// You should have received a copy of the GNU General Public License along with RDMP. If not, see <https://www.gnu.org/licenses/>.

using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Reflection;
using NPOI.Util.Collections;
using Rdmp.Core.CommandLine.Options;
using Rdmp.Core.Curation.Data;
using Rdmp.Core.Curation.Data.DataLoad;
Expand Down
1 change: 0 additions & 1 deletion Rdmp.Core/Curation/ANOEngineering/ColumnInfoANOPlan.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System.Collections.Generic;
using System.Linq;
using FAnsi.Discovery.QuerySyntax;
using FAnsi.Discovery.TypeTranslation;
using Rdmp.Core.Curation.Data;
using Rdmp.Core.Curation.Data.DataLoad;
using Rdmp.Core.Curation.Data.Serialization;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
using Rdmp.Core.Curation.Data.ImportExport;
using Rdmp.Core.Curation.Data.Serialization;
using Rdmp.Core.Repositories;
using Rdmp.Core.ReusableLibraryCode;
using System;
using System.Collections.Generic;
using System.Data.Common;
using System.Diagnostics.CodeAnalysis;
Expand Down
1 change: 0 additions & 1 deletion Rdmp.Core/Curation/Data/ICatalogue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using FAnsi.Discovery.QuerySyntax;
using Rdmp.Core.CohortCreation.Execution;
using Rdmp.Core.Curation.Data.Aggregation;
using Rdmp.Core.Curation.Data.DataLoad;
using Rdmp.Core.Logging;
using Rdmp.Core.MapsDirectlyToDatabaseTable;
using Rdmp.Core.MapsDirectlyToDatabaseTable.Injection;
Expand Down
2 changes: 0 additions & 2 deletions Rdmp.Core/Curation/TicketingSystemReleaseStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
// You should have received a copy of the GNU General Public License along with RDMP. If not, see <https://www.gnu.org/licenses/>.

using Rdmp.Core.Curation.Data;
using Rdmp.Core.MapsDirectlyToDatabaseTable;
using Rdmp.Core.Repositories;
using Rdmp.Core.ReusableLibraryCode.Annotations;
using System;
using System.Collections.Generic;
using System.Data.Common;
namespace Rdmp.Core.Curation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
using Rdmp.Core.DataExport.DataRelease.Potential;
using Rdmp.Core.DataFlowPipeline;
using Rdmp.Core.DataLoad.Engine.Pipeline.Destinations;
using Rdmp.Core.Logging;
using Rdmp.Core.MapsDirectlyToDatabaseTable;
using Rdmp.Core.QueryBuilding;
using Rdmp.Core.Repositories;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System;
using System.Linq;
using System.Threading;
using Rdmp.Core.Curation;
using Rdmp.Core.Curation.Data;
using Rdmp.Core.DataExport.Data;
using Rdmp.Core.Repositories;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using Rdmp.Core.Curation.Data.DataLoad;
using Rdmp.Core.DataLoad.Engine.DatabaseManagement.EntityNaming;
using Rdmp.Core.Logging;
using Rdmp.Core.Providers.Nodes.LoadMetadataNodes;
using Rdmp.Core.Repositories;
using Rdmp.Core.ReusableLibraryCode.Progress;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
using Rdmp.Core.ReusableLibraryCode.Progress;
using TypeGuesser;
using FAnsi;
using Terminal.Gui;
using TB.ComponentModel;
using Npgsql;
using MathNet.Numerics.LinearAlgebra;

namespace Rdmp.Core.DataLoad.Engine.Pipeline.Destinations;

Expand Down
2 changes: 0 additions & 2 deletions Rdmp.Core/DataLoad/Modules/Attachers/MDFAttacher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@

using System;
using System.Data;
using System.Diagnostics;
using System.IO;
using System.Linq;
using MathNet.Numerics.Distributions;
using Microsoft.Data.SqlClient;
using Rdmp.Core.Curation.Data;
using Rdmp.Core.DataFlowPipeline;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System;
using System.IO;
using System.Linq;
using MathNet.Numerics.Statistics;
using Rdmp.Core.DataLoad.Modules.Exceptions;

namespace Rdmp.Core.DataLoad.Modules.Attachers;
Expand Down
2 changes: 0 additions & 2 deletions Rdmp.Core/DataLoad/Modules/Attachers/RemoteAttacher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
using Rdmp.Core.DataFlowPipeline;
using Rdmp.Core.DataLoad.Engine.Attachers;
using Rdmp.Core.DataLoad.Engine.Job;
using Rdmp.Core.DataLoad.Engine.Pipeline.Sources;
using Rdmp.Core.ReusableLibraryCode.Checks;
using Rdmp.Core.ReusableLibraryCode.Progress;
using System;
using System.Data;
using System.Globalization;
using System.Linq;

namespace Rdmp.Core.DataLoad.Modules.Attachers;
Expand Down
2 changes: 0 additions & 2 deletions Rdmp.Core/DataLoad/Modules/Attachers/RemoteTableAttacher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

using System;
using System.Data;
using System.Diagnostics;
using System.Linq;
using System.Text.RegularExpressions;
using FAnsi;
Expand All @@ -27,7 +26,6 @@
using Rdmp.Core.ReusableLibraryCode.DataAccess;
using Rdmp.Core.ReusableLibraryCode.Progress;
using TypeGuesser;
using static NPOI.HSSF.Util.HSSFColor;

namespace Rdmp.Core.DataLoad.Modules.Attachers;

Expand Down
1 change: 0 additions & 1 deletion Rdmp.Core/DataViewing/ViewCohortExtractionUICollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Azure.Core;
using FAnsi.Discovery.QuerySyntax;
using Rdmp.Core.Curation.Data;
using Rdmp.Core.Curation.Data.Dashboarding;
Expand Down
1 change: 0 additions & 1 deletion Rdmp.Core/Logging/DataLoadInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using System.Threading;
using FAnsi;
using FAnsi.Discovery;
using Rdmp.Core.ReusableLibraryCode.Settings;

namespace Rdmp.Core.Logging;

Expand Down
1 change: 0 additions & 1 deletion Rdmp.Core/Logging/LogManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
using System.Threading;
using FAnsi.Discovery;
using FAnsi.Discovery.QuerySyntax;
using Rdmp.Core.Curation.Data;
using Rdmp.Core.Logging.PastEvents;
using Rdmp.Core.ReusableLibraryCode;
using Rdmp.Core.ReusableLibraryCode.DataAccess;
Expand Down
3 changes: 0 additions & 3 deletions Rdmp.Core/Logging/TableLoadInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
using System;
using System.Data;
using System.Threading;
using Amazon.Auth.AccessControlPolicy;
using SynthEHR;
using FAnsi.Connections;
using FAnsi.Discovery;
using Rdmp.Core.ReusableLibraryCode.Settings;

namespace Rdmp.Core.Logging;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Rdmp.Core.Curation.Data.DataLoad;
using Rdmp.Core.MapsDirectlyToDatabaseTable;
using Rdmp.Core.Providers.Nodes.UsedByNodes;
using System.Linq;

namespace Rdmp.Core.Providers.Nodes.LoadMetadataNodes;

Expand Down
1 change: 0 additions & 1 deletion Rdmp.Core/Startup/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.Loader;
using FAnsi.Discovery;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,10 @@ internal class DocumentationCrossExaminationTest
"BuildInParallel",

//Quickstart.md
"ResearchDataManagmentPlatform"
"ResearchDataManagmentPlatform",

// CSVHandling
"TypeTranslation"
};

#endregion
Expand Down
6 changes: 0 additions & 6 deletions Rdmp.UI/AggregationUIs/Advanced/AggregateGraphDateSelector.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Rdmp.UI.AggregationUIs.Advanced
Expand Down
1 change: 0 additions & 1 deletion Rdmp.UI/AggregationUIs/Advanced/SelectColumnUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using System.Collections.ObjectModel;
using System.Drawing;
using System.Linq;
using System.Runtime.InteropServices.Marshalling;
using System.Windows.Forms;
using BrightIdeasSoftware;
using FAnsi.Discovery;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// RDMP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
// You should have received a copy of the GNU General Public License along with RDMP. If not, see <https://www.gnu.org/licenses/>.

using System.IO;
using System.Windows.Forms;
using Rdmp.Core.CommandExecution.AtomicCommands;
using Rdmp.Core.Curation.Data.DataLoad;
Expand Down
Loading

0 comments on commit dfff919

Please sign in to comment.