v3.5.109
- 忧化 GroupBySelf.Where 自动转 having;
- 忧化 FreeSql.Provider.PostgreSQL IPostgreSQLProviderOptions 多态参数接口,设置 InsertOrUpdate 采用 MERGE INTO;
在 FreeSqlBuilder().Build() 之后设置如下:
(fsql as IPostgreSQLProviderOptions).UseMergeInto = true;
在 FreeSqlBuilder().Build() 之后设置如下:
(fsql as IPostgreSQLProviderOptions).UseMergeInto = true;