问题标签 [intersystems-iris]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
114 浏览

intersystems-cache - 如何在 Intersystems Caché 数据库中将日期和时间连接并格式化为时间戳/日期时间

利用 Intersystems Cache 文档和我有限的 SQL 知识,我发现 Cache 有自己的内部方法将日期时间转换为六位整数,但我不知道如何将其恢复为人类可以理解的格式(我无法理解有关如何执行此操作的系统间文档)。我在 yyyy-mm-dd 中有一个日期列,在 hh:ss xm 中有一个文本时间列,我在 DBeaver 中工作。我需要 datetime 或 datetime2 中的一列。

例子:

期望的结果:

0 投票
1 回答
47 浏览

java - 如何使用 Quarkus 建立 IRIS 数据库

我正在尝试将 Intersystems IRIS 数据库与 Quarkus 一起使用,但我遇到了使它工作的问题 有人知道如何在 Quarkus 上设置 Intersystems IRIS 数据库吗?

我在我的 pom.xml 上这样做了,还添加了 jar hibernate-iris-1.0.0.jar 和 intersystems-jdbc-3.2.0.jar 但它不起作用

这是我的 application.properties

quarkus: datasource: db-kind: other username: _system password: ***** jdbc: url: jdbc:IRIS://localhost:1972/USER driver: com.intersystems.jdbc.IRISDriver hibernate-orm: dialect: org.hibernate.dialect.InterSystemsIRISDialect jdbc: timezone: UTC