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

table name can not be mysql keyword? #2985

Open
lenovore opened this issue Dec 8, 2021 · 3 comments
Open

table name can not be mysql keyword? #2985

lenovore opened this issue Dec 8, 2021 · 3 comments
Labels
community issue from community

Comments

@lenovore
Copy link

lenovore commented Dec 8, 2021

dble version: dble-3.21.10.0
dble sql:

load data local infile '/tmp/6JJ3x6Xj5ypt-archiver' into table `testdb`.`order`

backend sql:

load data local infile '/tmp/6JJ3x6Xj5ypt-archiver' into table order

expect backend sql:

load data local infile '/tmp/6JJ3x6Xj5ypt-archiver' into table `order`

the table name is a mysql keyword, and the sql forwarded by dble removes the "`", casue sql error

@yanhuqing666
Copy link
Member

why closed?@lenovore

@yanhuqing666 yanhuqing666 reopened this Dec 14, 2021
@lenovore
Copy link
Author

lenovore commented Dec 17, 2021

no one replied for several days. i thought no one paid attention to this problem, so i closed !!!

@yanhuqing666
Copy link
Member

no one replied for several days. i thought no one paid attention to this problem, so i closed !!!

Every project has its milestone. Generally, a problem will be solved in the next milestone, unless it is particularly serious(like log4j) or you pay for it.

@yanhuqing666 yanhuqing666 added the community issue from community label Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community issue from community
Projects
None yet
Development

No branches or pull requests

2 participants