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

bug: show tables 返回垃圾字符 #52

Open
xibaoning opened this issue May 27, 2023 · 0 comments
Open

bug: show tables 返回垃圾字符 #52

xibaoning opened this issue May 27, 2023 · 0 comments

Comments

@xibaoning
Copy link

res = TDengine.Query(conn, $"show tables like 'tick%'");
row = TDengine.FetchRows(res)
string? s = Marshal.PtrToStringUTF8(Marshal.ReadIntPtr(row)); 这里返回垃圾字符结尾:\u000f 或 \u000e等,
怎样才能获取到正确的表名?

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

1 participant