-
-
Notifications
You must be signed in to change notification settings - Fork 566
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
TiDB数据库兼容问题 #86
Comments
好的,感谢指出。 |
不用谢,delete也是同样的报错,但create,drop,alter ,select,insert是可以的。 |
hanchuanchuan
added a commit
that referenced
this issue
Oct 9, 2019
已修复该问题。docker版本已更新,release二进制版本稍后发布。 |
感谢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在调用goInception解析tidb的update执行计划时出现报错,报错如下:
sql: Scan error on column index 0, name "id": converting driver.Value type []uint8 ("TableReader_6") to a uint: invalid syntax; sql: Scan error on column index 0, name "id": converting driver.Value type []uint8 ("└─Selection_5") to a uint: invalid syntax; sql: Scan error on column index 0, name "id": converting driver.Value type []uint8 (" └─TableScan_4") to a uint: invalid syntax.
手工在tidb explain时,没有出现问题
The text was updated successfully, but these errors were encountered: