mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-04-02 19:51:01 +08:00
TDengine增加单元测试
This commit is contained in:
@@ -1,18 +1,14 @@
|
||||
using FreeSql.Internal;
|
||||
using FreeSql.Internal.Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FreeSql.Provider.TDengine
|
||||
namespace FreeSql.TDengine
|
||||
{
|
||||
internal class TDengineCodeFirst : Internal.CommonProvider.CodeFirstProvider
|
||||
{
|
||||
public TDengineCodeFirst(IFreeSql orm, CommonUtils commonUtils, CommonExpression commonExpression) : base(orm, commonUtils, commonExpression)
|
||||
public TDengineCodeFirst(IFreeSql orm, CommonUtils commonUtils, CommonExpression commonExpression) : base(orm,
|
||||
commonUtils, commonExpression)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public override DbInfoResult GetDbInfo(Type type)
|
||||
@@ -25,4 +21,4 @@ namespace FreeSql.Provider.TDengine
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user