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
The text was updated successfully, but these errors were encountered:
请提供可以复现问题的代码
Sorry, something went wrong.
ctx := context.TODO() db,_ := sql.Open("taosSql", connstr) conn,_ := db.Conn(ctx) defer conn.Close()
rows,err := conn.QueryContext(ctx, "SELECT .....") if err != nil { / 第二次 执行query,会提示出错,使用 taosRestful 和 taosWS 没问题 */ return err } defer rows.Close()
for rows.Next() { rows.Scan(...) } return nil
taosSql和taosRestful, taosWS的行为不一致
请提供完整的可以复现问题的代码和用于示例问题的建库建表语句
No branches or pull requests
The text was updated successfully, but these errors were encountered: