Updated info, dropped .NET 7 support
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Linq;
|
||||
using DynamORM;
|
||||
using DynamORM.Helpers;
|
||||
using DynamORM.Mapper;
|
||||
using Tester.RealTests;
|
||||
|
||||
namespace Tester
|
||||
{
|
||||
@@ -13,7 +14,8 @@ namespace Tester
|
||||
private static DynamicDatabase GetORM()
|
||||
{
|
||||
return new DynamicDatabase(System.Data.SqlClient.SqlClientFactory.Instance,
|
||||
"packet size=4096;User Id=sa;Password=sWe7PepR;data source=192.168.22.10;initial catalog=PLAYGROUND;",
|
||||
//"packet size=4096;User Id=sa;Password=sWe7PepR;data source=192.168.22.10;initial catalog=PLAYGROUND;",
|
||||
"packet size=4096;User Id=sa;Password=sWe7PepR;data source=192.168.22.10;initial catalog=MOM_DEMO_WMS_FILLED;",
|
||||
DynamicDatabaseOptions.SingleConnection | DynamicDatabaseOptions.SingleTransaction | DynamicDatabaseOptions.SupportSchema |
|
||||
DynamicDatabaseOptions.SupportStoredProcedures | DynamicDatabaseOptions.SupportTop | DynamicDatabaseOptions.DumpCommands);
|
||||
|
||||
@@ -30,6 +32,7 @@ namespace Tester
|
||||
using (var db = GetORM())
|
||||
{
|
||||
//ProcedureHell(db);
|
||||
OddNullabeleProblem.Test(db);
|
||||
|
||||
TableFun(db);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user