Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<ImplicitUsings>true</ImplicitUsings>
<PackageIcon>icon.png</PackageIcon>
<RootNamespace>Odin.Data</RootNamespace>
<RootNamespace>Odin.Database</RootNamespace>
<Description>Provides a SqlScriptsRunner that supports journalled and unjournalled execution of SQL database change and other scripts.
Useful for running database migration scripts at application deployment time.

Expand All @@ -26,4 +26,4 @@
<None Include="../../Assets/icon.png" Pack="true" PackagePath=""/>
<None Include="README.md" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>
</Project>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Odin.System;
using System.Reflection;

namespace Odin.Data
namespace Odin.Database
{
/// <summary>
/// Represents
Expand Down Expand Up @@ -304,4 +304,4 @@ public enum JournalModeEnum
RunOnlyScriptsNotRunBefore = 0,
AlwaysRunAllScripts = 1
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<UserSecretsId>Tests.Odin.Data</UserSecretsId>
<UserSecretsId>Tests.Odin.Database</UserSecretsId>
<ImplicitUsings>true</ImplicitUsings>
<NoWarn>1591;</NoWarn>
</PropertyGroup>
Expand All @@ -24,7 +24,7 @@

<ItemGroup>
<ProjectReference Include="..\..\System\Result\Odin.System.Result.csproj" />
<ProjectReference Include="..\SqlScriptsRunner\Odin.Data.SqlScriptsRunner.csproj" />
<ProjectReference Include="..\SqlScriptsRunner\Odin.Database.SqlScriptsRunner.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
Expand Down
4 changes: 2 additions & 2 deletions DomainDrivenDesign/Tests/DB/DatabaseFixture.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using DbUp.Engine.Transactions;
using Microsoft.Data.SqlClient;
using Microsoft.Extensions.Configuration;
using Odin.Data;
using Odin.Database;
using Odin.System;
using Respawn;

Expand Down Expand Up @@ -108,4 +108,4 @@ public ValueTask DisposeAsync()
{
return ValueTask.CompletedTask;
}
}
}
2 changes: 1 addition & 1 deletion DomainDrivenDesign/Tests/Tests.Odin.DDD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Data\SqlScriptsRunner\Odin.Data.SqlScriptsRunner.csproj" />
<ProjectReference Include="..\..\Database\SqlScriptsRunner\Odin.Database.SqlScriptsRunner.csproj" />
<ProjectReference Include="..\..\System\Result\Odin.System.Result.csproj" />
<ProjectReference Include="..\Core\Odin.DDD.csproj" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Odin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Odin.Configuration.AzureBlobJson", "Configuration\AzureBlobJson\Odin.Configuration.AzureBlobJson.csproj", "{220850A1-9524-7FE7-B680-B58A6384939A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Odin.Data.SqlScriptsRunner", "Data\SqlScriptsRunner\Odin.Data.SqlScriptsRunner.csproj", "{5460CA02-468D-B729-DBED-DC892DACB296}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Odin.Database.SqlScriptsRunner", "Database\SqlScriptsRunner\Odin.Database.SqlScriptsRunner.csproj", "{5460CA02-468D-B729-DBED-DC892DACB296}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Odin.DesignContracts", "DesignContracts\Core\Odin.DesignContracts.csproj", "{2B952295-4016-E1DA-8A6A-A0084F2049DF}"
EndProject
Expand Down Expand Up @@ -139,7 +139,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Odin.DDD.Experimental", "Do
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Odin.DDD.Repositories.EF", "DomainDrivenDesign\Repositories-EF\Odin.DDD.Repositories.EF.csproj", "{ED3985AF-DA87-4D96-900F-59ED2FD02A25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.Odin.Database", "Data\Tests\Tests.Odin.Database.csproj", "{BB8FEDA2-08E6-472D-9ABD-244D550D1E87}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.Odin.Database", "Database\Tests\Tests.Odin.Database.csproj", "{BB8FEDA2-08E6-472D-9ABD-244D550D1E87}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,11 @@ In various states of incubation, deprecation or neglect...
|:----------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------|-----------------|:-------------------------------------------------------------------------------------------------------------------------------------------------:|
| [Remote files \ SFTP \ FTPS](https://www.nuget.org/packages?q=Odin.RemoteFiles) | An abstraction of SFTP and FTPS file operations. | Needs attention | [![NuGet](https://img.shields.io/nuget/v/Odin.RemoteFiles.svg)](https://www.nuget.org/packages/Odin.RemoteFiles) |
| [Configuration - AzureBlobJson ](https://www.nuget.org/packages?q=Odin.Configuration.AzureBlobJson) | Support for json configuration source in Azure Blob Storage | | [![NuGet](https://img.shields.io/nuget/v/Odin.Configuration.AzureBlobJson.svg)](https://www.nuget.org/packages/Odin.Configuration.AzureBlobJson ) |
| [SQL scripts runner](https://www.nuget.org/packages?q=Odin.Data) | Useful for running database migration scripts at application deployment time. | | [![NuGet](https://img.shields.io/nuget/v/Odin.Data.SQLScriptsRunner.svg)](https://www.nuget.org/packages/Odin.Data.SQLScriptsRunner) |
| [SQL scripts runner](https://www.nuget.org/packages?q=Odin.Database) | Useful for running database migration scripts at application deployment time. | | [![NuGet](https://img.shields.io/nuget/v/Odin.Database.SQLScriptsRunner.svg)](https://www.nuget.org/packages/Odin.Database.SQLScriptsRunner) |
| [Utility - Tax](https://www.nuget.org/packages?q=Odin.Utility.Tax) | Simple support for storing tax rate changes over time in application configuration, and then getting tax rates as at any date. | No docs | [![NuGet](https://img.shields.io/nuget/v/Odin.Utility.Tax.svg)](https://www.nuget.org/packages/Odin.Utility.Tax) |
| [BackgroundProcessing](https://www.nuget.org/packages?q=Odin.BackgroundProcessing) | Wrapper around Hangfire | Deprecated | [![NuGet](https://img.shields.io/nuget/v/Odin.BackgroundProcessing.svg)](https://www.nuget.org/packages/Odin.BackgroundProcessing) |
| [Notifications](https://www.nuget.org/packages?q=Odin.Notifications) | Messaging | Incubator | [![NuGet](https://img.shields.io/nuget/v/Odin.Notifications.svg)](https://www.nuget.org/packages/Odin.Notifications) |
| [Cryptography](https://www.nuget.org/packages?q=Odin.Cryptography) | Wrapper around IDataProtector | Deprecated | [![NuGet](https://img.shields.io/nuget/v/Odin.Cryptography.svg)](https://www.nuget.org/packages/Odin.Cryptography) |




Loading