Jxika

Results 5 issues of Jxika

执行菜单中时间显示问题: ![image](https://github.com/yuzd/Hangfire.HttpJob/assets/39694137/897d40ba-e8a8-43a7-86cf-e557a25fe77a)

在编辑任务周期时:我输入的格式是这样的 { "Success": { "Success": { "Success": null, "Fail": null, "RecurringJobIdentifier": null, "Url": "http://localhost:5002", "Method": "Post", "Data": "null", "ContentType": "application/json", "Timeout": 20000, "DelayFromMinutes": 0, "RunAt": null, "Cron": null, "JobName": null,...

![image](https://github.com/NewLifeX/AntJob/assets/39694137/c52778a5-558b-4883-a1cf-3b982019324b) 但 ![image](https://github.com/NewLifeX/AntJob/assets/39694137/f0b2bab6-79f7-43e9-9f29-b2878a8ae3fb) 没 1-100,2-2

bug

### 重现步骤 1.Clickhouse中字段类型为 Array(Nullable(DateTime64(3))) 的字段存有 "0001-01-01 00:00:00" 时,通过Archery查询时会报year 0 is out of range . ### 预期外的结果 如图所示DBeaver里查看此字段 ![image](https://github.com/hhyo/Archery/assets/39694137/ee5e0c85-c429-4bd5-a6e4-662a56538b23) 通过Archery查询此字段如图所示 ![image](https://github.com/hhyo/Archery/assets/39694137/ee4745a0-98a2-451b-9c4a-39db2901b533) 最后希望能像DBeaver一样,把数据能显示出来。 ### 日志文本 _No response_ ### 版本 v1.11.1 ### 部署方式...

**Describe the bug** When a field of type Array(Nullable(DateTime64(3))) contains "0001-01-01 00:00:00", the query will report year 0 is out of range **To Reproduce** cursor=conn.cursor() cursor.execute(" select update from user...