mansai

Results 14 issues of mansai

表达式树没有对应的json字段查询 https://freesql.net/guide/expression-function.html 例如下图ExtraProperties字段为json存储,json里对应的字段为Cpu,Ram,Price三个动态字段 ![image](https://github.com/user-attachments/assets/a0136868-65c8-4e67-8499-2acd86a3084b) declare @jsontable table(userName varchar(50),ExtraProperties varchar(max)) insert into @jsontable values('name1','{"Cpu":"Intel I7","Ram":"32GB","Price":"1999"}') insert into @jsontable values('name2','{"Cpu":"Intel I3","Ram":"16GB","Price":"1699"}') select * from @jsontable 例如要模糊搜索内存为32的数据行对应sql句语如下 select * from @jsontable where JSON_VALUE(ExtraProperties,...

### tdesign-vue-next 版本 1.13.0 ### 重现链接 _No response_ ### 重现步骤 `` 报错:value is not in [1,0] ### 期望结果 未升级之前1.12.0,是OK的 ### 实际结果 _No response_ ### 框架版本 _No response_ ### 浏览器版本 _No...

usage

### tdesign 版本 1.10.5 ### 重现链接 _No response_ ### 重现步骤 ![image](https://github.com/user-attachments/assets/85d187ab-c17f-4610-8d39-cb137f392b24) 单独使用row-handler可以复制文本,单独使用col也可以复制文本,使用行列同时拖拽排序时无法复制文本 ` ` ### 期望结果 请支持row-handler-col行列同时拖拽排序时能选中复制表格内文本 ### 实际结果 _No response_ ### 框架版本 _No response_ ### 浏览器版本 _No response_ ###...

![image](https://github.com/user-attachments/assets/8ecb9111-64d1-4de7-b55f-504e685a2db0) ![image](https://github.com/user-attachments/assets/024716ad-cade-4ba8-8fc2-641edbfca85b) `public Guid? GuidString { get; set; }` ![image](https://github.com/user-attachments/assets/b3a54259-68ad-4beb-972f-e7bf379117bc) `Dictionary mappingProperties = new Dictionary(); mappingProperties.Add("Brand", "BrandName"); mappingProperties.Add("Vehicle Type", "VehicleType.VehicleName"); mappingProperties.Add("Model", "VehicleType.Model.ModelName"); mappingProperties.Add("GuidString", "GuidString"); List CLRObjects = worksheet.ExportData(4, 1, 141,...