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

TiDB数据库兼容问题 #86

Closed
MonkeyFang opened this issue Oct 9, 2019 · 4 comments
Closed

TiDB数据库兼容问题 #86

MonkeyFang opened this issue Oct 9, 2019 · 4 comments

Comments

@MonkeyFang
Copy link

在调用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时,没有出现问题

@hanchuanchuan
Copy link
Owner

好的,感谢指出。

@MonkeyFang
Copy link
Author

不用谢,delete也是同样的报错,但create,drop,alter ,select,insert是可以的。

@hanchuanchuan
Copy link
Owner

已修复该问题。docker版本已更新,release二进制版本稍后发布。

@MonkeyFang
Copy link
Author

感谢

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

2 participants