Skip to content

Commit b29f1d8

Browse files
committed
Removed the last remnants of the EventFlow.EventStores.MsSql project and made the SQL scripts idempotent
1 parent 0733272 commit b29f1d8

15 files changed

Lines changed: 46 additions & 189 deletions

EventFlow.sln

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{7387D1
1010
EndProject
1111
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventFlow", "Source\EventFlow\EventFlow.csproj", "{11131251-778D-4D2E-BDD1-4844A789BCA9}"
1212
EndProject
13-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventFlow.EventStores.MsSql", "Source\EventFlow.EventStores.MsSql\EventFlow.EventStores.MsSql.csproj", "{0C92026E-7E6D-40B9-A4DD-A7041E23AA7D}"
14-
EndProject
1513
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MSSQL", "MSSQL", "{E4FC24C0-3EB3-4203-B4F2-0B534B42574A}"
1614
EndProject
1715
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventFlow.Tests", "Source\EventFlow.Tests\EventFlow.Tests.csproj", "{7747E4A0-B378-46B6-837D-5E78C497B061}"
@@ -88,10 +86,6 @@ Global
8886
{11131251-778D-4D2E-BDD1-4844A789BCA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
8987
{11131251-778D-4D2E-BDD1-4844A789BCA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
9088
{11131251-778D-4D2E-BDD1-4844A789BCA9}.Release|Any CPU.Build.0 = Release|Any CPU
91-
{0C92026E-7E6D-40B9-A4DD-A7041E23AA7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
92-
{0C92026E-7E6D-40B9-A4DD-A7041E23AA7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
93-
{0C92026E-7E6D-40B9-A4DD-A7041E23AA7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
94-
{0C92026E-7E6D-40B9-A4DD-A7041E23AA7D}.Release|Any CPU.Build.0 = Release|Any CPU
9589
{7747E4A0-B378-46B6-837D-5E78C497B061}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
9690
{7747E4A0-B378-46B6-837D-5E78C497B061}.Debug|Any CPU.Build.0 = Debug|Any CPU
9791
{7747E4A0-B378-46B6-837D-5E78C497B061}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -189,7 +183,6 @@ Global
189183
HideSolutionNode = FALSE
190184
EndGlobalSection
191185
GlobalSection(NestedProjects) = preSolution
192-
{0C92026E-7E6D-40B9-A4DD-A7041E23AA7D} = {E4FC24C0-3EB3-4203-B4F2-0B534B42574A}
193186
{E4FC24C0-3EB3-4203-B4F2-0B534B42574A} = {92F3C263-8C0C-4D12-B41A-452E48D2E5E8}
194187
{A6F6232B-764F-4428-9EB5-CC98BE4F5E90} = {E4FC24C0-3EB3-4203-B4F2-0B534B42574A}
195188
{EE6F7B78-3EF1-488F-B90A-8E7F350B7D51} = {9876C758-0A72-400E-A1B1-685E1C22ACB2}

Source/EventFlow.EventStores.MsSql/EventFlow.EventStores.MsSql.csproj

Lines changed: 0 additions & 94 deletions
This file was deleted.

Source/EventFlow.EventStores.MsSql/EventFlow.EventStores.MsSql.nuspec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>EventFlow.EventStores.MsSql</id>
5-
<title>EventFlow.EventStores.MsSql - MSSQL event store</title>
5+
<title>[Deprecated] EventFlow.EventStores.MsSql</title>
66
<version>0.0.0</version>
77
<authors>rasmus</authors>
8-
<description>MSSQL event store for EventFlow</description>
8+
<description>Deprecated MSSQL event store package for EventFlow. All content has been moved to EventFlow.MsSql.</description>
99
<language>en-US</language>
1010
<iconUrl>https://raw.githubusercontent.com/rasmus/EventFlow/master/icon-256.png</iconUrl>
1111
<projectUrl>https://github.com/rasmus/EventFlow</projectUrl>
@@ -17,7 +17,4 @@
1717
@dependencies@
1818
@references@
1919
</metadata>
20-
<files>
21-
<file src="bin\EventFlow.EventStores.MsSql.dll" target="lib\net451" />
22-
</files>
2320
</package>

Source/EventFlow.EventStores.MsSql/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 45 deletions
This file was deleted.

Source/EventFlow.EventStores.MsSql/Scripts/0001 - Create table EventFlow.sql

Lines changed: 0 additions & 19 deletions
This file was deleted.

Source/EventFlow.EventStores.MsSql/Scripts/0002 - Create eventdatamodel_list_type.sql

Lines changed: 0 additions & 9 deletions
This file was deleted.

Source/EventFlow.EventStores.MsSql/paket.references

Lines changed: 0 additions & 1 deletion
This file was deleted.

Source/EventFlow.MsSql.Tests/EventFlow.MsSql.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@
5757
<None Include="paket.references" />
5858
</ItemGroup>
5959
<ItemGroup>
60-
<ProjectReference Include="..\EventFlow.EventStores.MsSql\EventFlow.EventStores.MsSql.csproj">
61-
<Project>{0c92026e-7e6d-40b9-a4dd-a7041e23aa7d}</Project>
62-
<Name>EventFlow.EventStores.MsSql</Name>
63-
</ProjectReference>
6460
<ProjectReference Include="..\EventFlow.MsSql\EventFlow.MsSql.csproj">
6561
<Project>{a0c8e77f-db74-4035-b0de-9baddfca5ebe}</Project>
6662
<Name>EventFlow.MsSql</Name>

Source/EventFlow.MsSql.Tests/IntegrationTests/EventStores/MsSqlEventStoreTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
//
2424

2525
using EventFlow.Configuration;
26-
using EventFlow.EventStores.MsSql;
2726
using EventFlow.Extensions;
2827
using EventFlow.MsSql.EventStores;
2928
using EventFlow.MsSql.Extensions;

Source/EventFlow.MsSql.Tests/IntegrationTests/EventStores/MsSqlScriptsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
//
2424

2525
using System.Linq;
26-
using EventFlow.EventStores.MsSql;
2726
using EventFlow.Extensions;
27+
using EventFlow.MsSql.EventStores;
2828
using EventFlow.TestHelpers;
2929
using EventFlow.TestHelpers.Extensions;
3030
using Helpz.MsSql;

0 commit comments

Comments
 (0)