• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision4c001e6b5edc583060d2442718923279d04bac31 (tree)
Zeit2022-05-26 11:35:08
Autoryoshy <yoshy.org.bitbucket@gz.j...>
Commiteryoshy

Log Message

[DEL] NPocoへの依存を排除

Ändern Zusammenfassung

Diff

--- a/CleanAuLait48.csproj
+++ b/CleanAuLait48.csproj
@@ -163,9 +163,6 @@
163163 <PackageReference Include="Npgsql">
164164 <Version>6.0.4</Version>
165165 </PackageReference>
166- <PackageReference Include="NPoco">
167- <Version>5.3.2</Version>
168- </PackageReference>
169166 <PackageReference Include="SimpleInjector">
170167 <Version>5.3.3</Version>
171168 </PackageReference>
--- a/OuterEdge/Repository/Db/Tx/DbConnectionWrapper.cs
+++ b/OuterEdge/Repository/Db/Tx/DbConnectionWrapper.cs
@@ -1,5 +1,4 @@
11 using CleanAuLait48.Core.Log;
2-using NPoco;
32 using System;
43 using System.Data;
54 using System.Data.Common;
@@ -92,11 +91,12 @@ namespace CleanAuLait48.OuterEdge.Repository.Db.Tx
9291
9392 return conn;
9493 }
95-
94+#if false
9695 public static IDatabase CreateDatabaseFromRawConnection(IDbConnection conn)
9796 {
9897 return new Database((DbConnection)GetRawConnection(conn));
9998 }
99+#endif
100100 }
101101 }
102102
\ No newline at end of file