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
res = TDengine.Query(conn, $"show tables like 'tick%'"); row = TDengine.FetchRows(res) string? s = Marshal.PtrToStringUTF8(Marshal.ReadIntPtr(row)); 这里返回垃圾字符结尾:\u000f 或 \u000e等, 怎样才能获取到正确的表名?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
res = TDengine.Query(conn, $"show tables like 'tick%'");
row = TDengine.FetchRows(res)
string? s = Marshal.PtrToStringUTF8(Marshal.ReadIntPtr(row)); 这里返回垃圾字符结尾:\u000f 或 \u000e等,
怎样才能获取到正确的表名?
The text was updated successfully, but these errors were encountered: