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
场景:1、在实例上创建表 2、go客户端连接实例操作数据。
在Sample代码中,遇到两个问题:
1、插入数据时如果不添加pk主键,不返回内容,也不报错,数据库也没有内容 2、客户端数据类型和实例数据类型不一致会导致客户端崩溃,报以下错误: [HTTP Server] http: panic serving 127.0.0.1:62204: [tablestore] invalid input goroutine 43 [running]: net/http.(*conn).serve.func1(0xc000294aa0) 例如:主键或者某一列在实例中是int(11),在客户端是int8
[HTTP Server] http: panic serving 127.0.0.1:62204: [tablestore] invalid input goroutine 43 [running]: net/http.(*conn).serve.func1(0xc000294aa0)
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
场景:1、在实例上创建表 2、go客户端连接实例操作数据。
在Sample代码中,遇到两个问题:
1、插入数据时如果不添加pk主键,不返回内容,也不报错,数据库也没有内容
2、客户端数据类型和实例数据类型不一致会导致客户端崩溃,报以下错误:
[HTTP Server] http: panic serving 127.0.0.1:62204: [tablestore] invalid input goroutine 43 [running]: net/http.(*conn).serve.func1(0xc000294aa0)
例如:主键或者某一列在实例中是int(11),在客户端是int8
The text was updated successfully, but these errors were encountered: