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

parser: update as option #338

Merged
merged 3 commits into from
Oct 10, 2015
Merged

parser: update as option #338

merged 3 commits into from
Oct 10, 2015

Conversation

siddontang
Copy link
Member

select field alias can support back/double/single quote

fix #323

select field alias can support back/double/single quote
@siddontang siddontang closed this Oct 9, 2015
TableAsOpt:
identifier
{
// TODO: check potential bug
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this?

@siddontang siddontang reopened this Oct 9, 2015
TableAsOpt:
Identifier
{
// TODO: check potential bug
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shenli Can u remember why we add this comment?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am also confused....

@qiuyesuifeng
Copy link
Member

LGTM

1 similar comment
@shenli
Copy link
Member

shenli commented Oct 10, 2015

LGTM

shenli added a commit that referenced this pull request Oct 10, 2015
@shenli shenli merged commit e9433e5 into master Oct 10, 2015
@shenli shenli deleted the siddontang/update-as branch October 10, 2015 01:56
YuJuncen pushed a commit to YuJuncen/tidb that referenced this pull request Apr 23, 2021
* optimize local backend

* update some config

* update batch size

* fix type in config.toml and tidy go.mod

* update tools failpoint

* fix session

* update test config

* reset default batch size for not-local backend

* reset batch-size for example toml
xhebox pushed a commit to xhebox/tidb that referenced this pull request Sep 28, 2021
xhebox pushed a commit to xhebox/tidb that referenced this pull request Oct 8, 2021
iosmanthus pushed a commit to iosmanthus/tidb that referenced this pull request May 11, 2023
* update pushdown blacklist

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

* fmt

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

---------

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

Successfully merging this pull request may close these issues.

alias name supports back quote "`"
3 participants