cyqdata icon indicating copy to clipboard operation
cyqdata copied to clipboard

cyq.data is a high-performance and the most powerful orm.(.NET 最好用的ORM数据层框架,木有之一!支持.NET Core)Support:Txt、Xml、Access、Sqlite、Mssql、Mysql、Oracle、Sybase、Postgres、DB2、Redis、...

Results 38 cyqdata issues
Sort by recently updated
recently updated
newest added

cyq5.8.3.6针对pg数据库批量更新时,mdt.AcceptChanges(AcceptOp.Auto) 一直报插入错误,没有把自增主键列排除造成的。

1 .net core环境读不到这个数据库连接字符串,读出来总是为null 2 MDataTable赋值给dataGridView后,点击列标题,排序失效。用原生的DataTable则无此问题。 3 假设我数据有两张表,aa_b和 aab,程序就会报错。 错误代码是这行:return Math.Abs(name.Replace("-", "").Replace("_", "").Replace(" ", "").ToLower().GetHashCode());

.Net Core 2.2 Cyq.Data V5.8.0.0 Can't find the connection key 'Conn' from connectionStrings config section ! 经过调试源码发现,在IOHelper.ReadAllText方法中cache变量为null,导致引发NullReferenceException,所以读取配置文件失败,暂未发现cache为何为null。 配置wen文件: ![image](https://user-images.githubusercontent.com/18065485/56178329-79d3cb80-6034-11e9-8f2f-36894024da02.png)

我们这里用的是IBM DB2,希望可以考虑增加支持DB2数据库

XHtmlAction自定义标签的语法更新过后,有没有一个完整的说明或例子?

能否考虑在MAction类增加IsIgnoreDeleteField属性,默认为false; 目的: 1.调整框架的select方法,自动忽略掉表中IsDeleted为true的记录,符合正常的业务需求;当IsIgnoreDeleteField属性为true时,才返回所有记录。 2.调整框架delete方法,当IsIgnoreDeleteField属性为true时,带IsDeleted的表也执行物理删除。

如何通过DBTool.GetTables得到刚创建这张表,谢谢

新建 .net core 3.1 web api项目 NuGet 添加 cyqdatacore 配置文件添加数据库连接 ![1](https://user-images.githubusercontent.com/37021873/71657523-30bad780-2d7b-11ea-816f-07cb2170cb7d.png) 添加控制器 ![image](https://user-images.githubusercontent.com/37021873/71657556-61027600-2d7b-11ea-84b0-7a7422aa3188.png) 调用报错 Exception: V5.7.9.7 Can't find the connection key 'Conn' from web.config or app.config! ![image](https://user-images.githubusercontent.com/37021873/71657637-b3dc2d80-2d7b-11ea-92fa-248172e9c7d2.png) 修改控制器 写下日志 OK了...

超过50w条文本行就报一个System.OutOfMemoryException:“Exception_WasThrown”,实际上内存还有挺多,谢谢

![QQ截图20190906221730](https://user-images.githubusercontent.com/9882118/64434900-2736a100-d0f4-11e9-814d-666d55e93e20.jpg) Visual Studio2017+.NET Core 2.1 + CYQ.Data 5.8.2.4