- 增加 Firebird string.Join + ToList 表达式解析,实现与 MySql group_concat 相同的效果 #443;

This commit is contained in:
28810
2020-09-13 01:09:02 +08:00
parent 7e2903df22
commit 7240181ff5
3 changed files with 20 additions and 1 deletions

View File

@ -53,7 +53,7 @@ namespace FreeSql.Tests.FirebirdExpression
[Fact]
public void StringJoin()
{
var fsql = g.sqlite;
var fsql = g.firebird;
fsql.Delete<StringJoin01>().Where("1=1").ExecuteAffrows();
fsql.Insert(new[] { new StringJoin01 { name = "<22><><EFBFBD><EFBFBD>" }, new StringJoin01 { name = "<22>Ϻ<EFBFBD>" }, new StringJoin01 { name = "<22><><EFBFBD><EFBFBD>" }, }).ExecuteAffrows();