增加其他数据库,Include 单元测试

This commit is contained in:
28810
2019-05-11 17:28:58 +08:00
parent dbfc33fef5
commit be0f48b629
7 changed files with 557 additions and 7 deletions

View File

@ -35,7 +35,7 @@ namespace FreeSql.Tests.DataContext.SqlServer
SqlServer.Ado.ExecuteNonQuery("DROP SCHEMA dbo2");
}
var tempTables = new string[] { "cccccdddwww", "song", "tb_alltype", "tb_topic", "tb_topic22",
var tempTables = new string[] { "cccccdddwww", "song", "tag", "Song_tag", "tb_alltype", "tb_topic", "tb_topic22",
"tb_topic22211", "tb_topic111333", "TestTypeInfo", "TestTypeInfo333", "TestTypeParentInfo",
"TestTypeParentInfo23123", "xxdkdkdk1222", "xxx"};
foreach (var tempTable in tempTables)