Tony Han

Results 38 issues of Tony Han

#### 简要描述原因 FreeSql 已经可以操作巨多 类型的数据库,但是表结构貌似只能通过预定义的类型来同步 同时注意到 FreeSql 的表信息映射功能,比如 DataBaseInfo, TableInfo ,ColumInfo 这些类型 但都只能读取,不能对数据库直接操作,对于某些需要添加字段,增加表这种操作 是否可以通过 上面提到的这些类型进行抽象一下 #### Feature 特性 传递一个 TableInfo 就可以更新各种类型数据库的表结构 #### 使用场景 CMS 或工作流中的动态类型字段映射

enhancement

In the current list of workflow instances, the process creation time is not intuitive enough. We only can open a detailed page to check the exact execution time ![image](https://user-images.githubusercontent.com/15613121/180652112-68be52b1-acd9-472b-bf71-712c0f0cb8f7.png) I...

enhancement

Export the specified workflow from the workflow management interface ![image](https://user-images.githubusercontent.com/15613121/177005465-b64b7ea2-b544-4e38-b8d2-a371bb807579.png) ![export 1](https://user-images.githubusercontent.com/15613121/177005468-70d20fff-bc1f-4f8a-932e-0f8e7f8b0051.png)

I created a workflow event that captures error messages when other workflow workflow executions report errors The code below is automatically generated when open ` Catch Workflow Fault Evnet` first...

It is recommended to throw a more detailed error message here I debug the source code , here the clue is broken. https://github.com/RicoSuter/NJsonSchema/blob/80c5d0014b2d5a3f5314af14742cb18ef94a5e53/src/NJsonSchema/JsonPathUtilities.cs#L71 How do I output the error information...

add losted project update oc version to 1.1.0

I didn't find this module in the solution file Should we remove this line from the file? https://github.com/StatCan/StatCan.OrchardCore/blob/971f75632d503b5472609e4ebbb969914ce92003/src/Lib/StatCan.OrchardCore.Application.Targets/StatCan.OrchardCore.Application.Targets.csproj#L35

When I use the following code ``` C# manifest .DefineScript("amis") .SetUrl(AMISProjectPath + "amis/sdk/sdk.js") .SetVersion("1.9.1.beta.28"); ``` The page will fail , And no useful error information was found. Should we add...

enhancement