Enabled SupportStoredProceduresResult and added procedure call in test program.
This commit is contained in:
@@ -17,7 +17,8 @@ namespace Tester
|
|||||||
//"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;",
|
"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.SingleConnection | DynamicDatabaseOptions.SingleTransaction | DynamicDatabaseOptions.SupportSchema |
|
||||||
DynamicDatabaseOptions.SupportStoredProcedures | DynamicDatabaseOptions.SupportTop | DynamicDatabaseOptions.DumpCommands);
|
DynamicDatabaseOptions.SupportStoredProcedures | DynamicDatabaseOptions.SupportTop | DynamicDatabaseOptions.DumpCommands |
|
||||||
|
DynamicDatabaseOptions.SupportStoredProceduresResult);
|
||||||
|
|
||||||
////return new DynamORM.DynamicDatabase(System.Data.SQLite.SQLiteFactory.Instance,
|
////return new DynamORM.DynamicDatabase(System.Data.SQLite.SQLiteFactory.Instance,
|
||||||
//// "Data Source=test.db3;",
|
//// "Data Source=test.db3;",
|
||||||
@@ -31,10 +32,12 @@ namespace Tester
|
|||||||
|
|
||||||
using (var db = GetORM())
|
using (var db = GetORM())
|
||||||
{
|
{
|
||||||
//ProcedureHell(db);
|
var num = db.Procedures.usp_NewNumber(counterName: "TRAY");
|
||||||
OddNullabeleProblem.Test(db);
|
|
||||||
|
|
||||||
TableFun(db);
|
//ProcedureHell(db);
|
||||||
|
//OddNullabeleProblem.Test(db);
|
||||||
|
|
||||||
|
//TableFun(db);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user