Jxika
Jxika
时间显示问题
执行菜单中时间显示问题: 
在编辑任务周期时:我输入的格式是这样的 { "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,...
 但  没 1-100,2-2
### 重现步骤 1.Clickhouse中字段类型为 Array(Nullable(DateTime64(3))) 的字段存有 "0001-01-01 00:00:00" 时,通过Archery查询时会报year 0 is out of range . ### 预期外的结果 如图所示DBeaver里查看此字段  通过Archery查询此字段如图所示  最后希望能像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...