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

Support UPDATE xxx T0 LEFT OUTER JOIN #108

Closed
ngaut opened this issue Sep 11, 2015 · 3 comments
Closed

Support UPDATE xxx T0 LEFT OUTER JOIN #108

ngaut opened this issue Sep 11, 2015 · 3 comments
Assignees

Comments

@ngaut
Copy link
Member

ngaut commented Sep 11, 2015

Tests from
https://github.com/ngaut/beego/tree/tidb-support/orm

Error message:
tidb.go:105: [error] compiling UPDATE user T0 LEFT OUTER JOIN user_profile T1 ON T1.id = T0.profile_id SET T0.profile_id = ? WHERE T0.profile_id IN (?)
, error: line 1 column 18 near "LEFT"

@ngaut
Copy link
Member Author

ngaut commented Sep 13, 2015

@shenli Any update?

@shenli
Copy link
Member

shenli commented Sep 13, 2015

I am working on this.

@shenli shenli mentioned this issue Sep 14, 2015
@shenli
Copy link
Member

shenli commented Sep 15, 2015

Fixed in #146

@shenli shenli closed this as completed Sep 15, 2015
YuJuncen pushed a commit to YuJuncen/tidb that referenced this issue Apr 23, 2021
* mydump,restore: reduce parser memory allocation

* mydump: reduce parser memory allocation

* mydump: clean code and add comment
okJiang pushed a commit to okJiang/tidb that referenced this issue Oct 19, 2021
Defined2014 pushed a commit to Defined2014/tidb that referenced this issue Jun 16, 2022
iosmanthus pushed a commit to iosmanthus/tidb that referenced this issue Oct 31, 2022
* fix check bootstrap

Signed-off-by: ystaticy <[email protected]>

* add continue when ks not enabled

Signed-off-by: ystaticy <[email protected]>

* fix word spell

Signed-off-by: ystaticy <[email protected]>

Signed-off-by: ystaticy <[email protected]>
Co-authored-by: David <[email protected]>
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