mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 增加 ICodeFirst.IsGenerateCommandParameterWithLambda 选项,开启表达式解析的命令参数化;
- 增加 ExpressionCallContext 自定义函数上下文档 DbParameter 属性; - 修复 IncludeMany(a => a.x1.x2.Childs) 当 x1, x2 为 null 的报 null 错误;
This commit is contained in:
@ -1567,30 +1567,5 @@ namespace FreeSql.Tests.Odbc.PostgreSQLMapType
|
||||
public void GuidNullable()
|
||||
{
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void MygisPoint()
|
||||
{
|
||||
}
|
||||
[Fact]
|
||||
public void MygisLineString()
|
||||
{
|
||||
}
|
||||
[Fact]
|
||||
public void MygisPolygon()
|
||||
{
|
||||
}
|
||||
[Fact]
|
||||
public void MygisMultiPoint()
|
||||
{
|
||||
}
|
||||
[Fact]
|
||||
public void MygisMultiLineString()
|
||||
{
|
||||
}
|
||||
[Fact]
|
||||
public void MygisMultiPolygon()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1101,30 +1101,5 @@ namespace FreeSql.Tests.Odbc.PostgreSQLMapType
|
||||
public void GuidNullable()
|
||||
{
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void MygisPoint()
|
||||
{
|
||||
}
|
||||
[Fact]
|
||||
public void MygisLineString()
|
||||
{
|
||||
}
|
||||
[Fact]
|
||||
public void MygisPolygon()
|
||||
{
|
||||
}
|
||||
[Fact]
|
||||
public void MygisMultiPoint()
|
||||
{
|
||||
}
|
||||
[Fact]
|
||||
public void MygisMultiLineString()
|
||||
{
|
||||
}
|
||||
[Fact]
|
||||
public void MygisMultiPolygon()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user