Skip to content
New issue

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

Data type DT_DECIMAL64 is not supported yet? #11

Open
ZLVincent opened this issue Nov 6, 2023 · 4 comments
Open

Data type DT_DECIMAL64 is not supported yet? #11

ZLVincent opened this issue Nov 6, 2023 · 4 comments

Comments

@ZLVincent
Copy link

image
image

是否是,net包没有更新?

另外下面这段代码报这个错之后死循环,造成上游假死
image

@peeyee
Copy link

peeyee commented Nov 6, 2023

请提供下
1.环境信息: server版本、部署方式、操作系统版本、api版本
2.完整可复现的代码:

@ZLVincent
Copy link
Author

请提供下 1.环境信息: server版本、部署方式、操作系统版本、api版本 2.完整可复现的代码:

server版本:
image
我们还在调研阶段,暂时使用的试用版v2.00.10.2

部署方式:
本地测试阶段,Win10

API版本:
dolphindb_csharpapi 1.30.21

测试代码:
var connPool = new ExclusiveDBConnectionPool("XXX", XXX, "XXX", "XXX", 10, false, true); connPool.run("select * from loadTable('dfs://tardis', 'bbg_trade_bar_1m') order by timestamp desc limit 0,10");

@peeyee
Copy link

peeyee commented Nov 8, 2023

非常感谢您的反馈,我们会尽快核实并修复这个问题。

@peeyee
Copy link

peeyee commented Feb 27, 2024

2.00.11.0 (下个待发布版本)会修复run死锁的问题。
Decimal 支持会在下下个版本2.00.11.1发布。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants