Skip to content

Commit

Permalink
Moved Query Generation logic from DB to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitM-IN committed Mar 5, 2024
1 parent 53ffcf2 commit 711f48f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 167 deletions.
4 changes: 4 additions & 0 deletions src/DbSyncKit.DB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@
</None>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\DbSyncKit.Templates\src\DbSyncKit.Templates.csproj" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions src/Factory/QueryGeneratorFactory.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using DbSyncKit.DB.Enum;
using DbSyncKit.DB.Interface;
using DbSyncKit.Templates.Interface;
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down
2 changes: 2 additions & 0 deletions src/Fetcher/DataContractFetcher.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using DbSyncKit.DB.Comparer;
using DbSyncKit.DB.Factory;
using DbSyncKit.DB.Interface;
using DbSyncKit.Templates;
using DbSyncKit.Templates.Interface;

namespace DbSyncKit.DB.Fetcher
{
Expand Down
79 changes: 0 additions & 79 deletions src/Interface/IQueryGenerator.cs

This file was deleted.

88 changes: 0 additions & 88 deletions src/QueryGenerationManager.cs

This file was deleted.

0 comments on commit 711f48f

Please sign in to comment.