issues Search Results · repo:zgynhqf/Rafy language:C#
Filter by
69 results
(60 ms)69 results
inzgynhqf/Rafy (press backspace or delete to remove)/// summary /// 反序列化成对像 /// /summary /// param name= type typeof(object) /param /// param name= json 字符串 /param ///
returns /returns public static IDomainComponent ToJsonRafy(this string json, Type type) ...
ctmb520
- 2
- Opened on Mar 17, 2023
- #200
if (dbVersion maxDataPending)
{
this.DbVersionProvider.SetDbVersion(dbVersion);
}
这代码逻辑错了,数据库的字段怎么也不会更新。
vsuyi
- 2
- Opened on Sep 24, 2022
- #189
【批量插入】id 区间的算法情况会导致 id 增长过大。 方案:当区间被占用的时候,可以通过查询 区间内最大的id 生成新的区间,再按照同样的方法生成多个补充区间。 最终返回一个 区间集。 缺点是 id 有可能不连贯。
zhuwansu
- 1
- Opened on Mar 19, 2019
- #167
源码:/// summary
/// 通过数据库配置名的代理:实体仓库,构造一个 单连接事务块。
/// /summary
/// param name= dbSetting 整个数据库的配置名 /param
/// param name= level 事务的孤立级别 /param
/// returns /returns
public static SingleConnectionTransactionScope ...
zhuwansu
- 1
- Opened on Sep 5, 2018
- #166
Unicode字符集字段(NChar/NVarchar)没有增加N前缀导致中文(或非英文)查询失败或显示乱码。
area-orm
bug
Priority-1
GuochaoWang
- Opened on Jul 2, 2018
- #141
我的电脑没有 D 盘 如下配置打开后无法正常 Save add key= Rafy.FileLogger.SqlTraceFileName value= D:\SQLTraceLog.txt /
bug
Priority-4
zhuwansu
- 9
- Opened on Dec 12, 2017
- #135
由于 #130 实现后,LiteDataTable 可以转换为任意类型的 DTO。那么可以考虑进一步,Repository 应该能查询出任意类型的 DTO。
这种场景其实比较多。所以应该考虑支持。
目前无法实现的原因,主要是因为远程传输的介质,目前只支持有限的几种:EntityList、LiteDataTable。
area-orm
discussion
features
Priority-2
zgynhqf
- Opened on Oct 30, 2017
- #131
LiteDataTableExtension 需要添加 ToDTO 的方法。 如: public static List\ T\ ToDTO\ T\ (this LiteDataTable table);
这样,可以方便开发者将 LiteDataTable 映射为 DTO。 逻辑:按照 DTO 中的属性名称与 LiteDataTable 中的列名,直接映射。使用反射来操作。
area-orm
enhancement
Priority-2
zgynhqf
- Opened on Oct 30, 2017
- #130

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.