We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datart版本号 版本: 1.0.0-rc.1
错误描述 新增JDBC数据源,配置文件中quote-identifiers设置为false无效。
如何重现
TDengine ERROR (2603): sql: SELECT
.
AS
, SUM(
) AS
FROM ( select _wstart as ts, avg(
from history.t_630102000005_d_C1_D1_p_00060139 where ts >= now -3d interval(5m) ) AS
GROUP BY
LIMIT 100 OFFSET 0, desc: Table does not exist: DATART_VTABLE
期望结果 修复问题,quote-identifiers设置为false生效。
截图
运行环境详情:(可选,取决于错误发生的具体位置)
其他内容 已群里与开发团队沟通汇报。
The text was updated successfully, but these errors were encountered:
tianlu-root
No branches or pull requests
Datart版本号
版本: 1.0.0-rc.1
错误描述
新增JDBC数据源,配置文件中quote-identifiers设置为false无效。
如何重现
TDengine ERROR (2603): sql: SELECT
DATART_VTABLE.
tsAS
ts, SUM(
DATART_VTABLE.
value) AS
SUM(value)FROM ( select _wstart as ts, avg(
value) AS
valuefrom history.t_630102000005_d_C1_D1_p_00060139 where ts >= now -3d interval(5m) ) AS
DATART_VTABLEGROUP BY
DATART_VTABLE.
tsLIMIT 100 OFFSET 0, desc: Table does not exist: DATART_VTABLE
通过分析测试,发现原因是DATART_VTABLE外面加了引号。
而quote-identifiers是false。
期望结果
修复问题,quote-identifiers设置为false生效。
截图
运行环境详情:(可选,取决于错误发生的具体位置)
其他内容
已群里与开发团队沟通汇报。
The text was updated successfully, but these errors were encountered: