ROMYIM

Results 14 issues of ROMYIM

#### Feature 特性 ```c# public class FreeSqlAsyncEnumerable(DbDataReader reader) : IAsyncEnumerable { public IAsyncEnumerator GetAsyncEnumerator(CancellationToken cancellationToken = new CancellationToken()) { return new FreeSqlAsyncEnumerator(reader, cancellationToken); } } public class FreeSqlAsyncEnumerator(DbDataReader reader, CancellationToken...

## Describe what happened (or what feature you want) 配置文件如下,并没有提供服务的ip地址信息。 在1.3.9版本下,可以向nacos提供正确的ip地址及端口信息,无需额外`IpAddress`属性的配置。 更新到1.3.10后同样的配置文件,注册到nacos后变为127.0.0.1 ## Describe what you expected to happen IpAddress属性保持1.3.9版本一致,支持自动注册 ## How to reproduce it (as minimally and precisely as...

#### 问题描述及重现代码: 如下图,这是在同个工作单元下,不同Repository都做了查询。连接字符串信息没有声明MultipleActiveResultSet=true. 但是两个查询并不是并行执行。而是先后await的。但还是抛出了The connection does not support MultipleActiveResultSets。怀疑ToOneAsync之后没有释放DbDataReader. #### 数据库版本 Microsoft SQL Server 2017 (RTM-CU21) (KB4557397) - 14.0.3335.7 (X64) Jun 12 2020 20:39:00 Copyright (C) 2017 Microsoft Corporation Standard...

#### 如题。希望ISelectGrouping也支持ToChunkAsyncEnumerable功能。