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
Don't use spaces in table names in CSV import #13424
Comments
|
I'm really fond of your idea to use the file name as the default.
|
Signed-off-by: Amarjit Singh <amarjitsingh52922@gmail.com>
|
@williamdes i made the code and tested on my local phpmyadmin it works like a charm so for them i have to put x in them like [x] or let it as it is pl guide as i am new to github but too good in PHP/jquery |
|
@amarjitsingh52922 I will review the PR soon :) |
|
@williamdes thanks but i also need direction to do more PR as going to tackle some some more issues/enhancements |
|
@amarjitsingh52922 Can you join Slack or Gitter, so I can help you :) |
|
It says slack invitation link is no more active. Can you please send again
|
|
@amarjitsingh52922 Here is a new link :) |
Signed-off-by: amarjitaa <amarjitsingh52922@gmail.com>
Signed-off-by: amarjitaa <amarjitsingh52922@gmail.com>
Signed-off-by: amarjitaa <amarjitsingh52922@gmail.com>
Signed-off-by: amarjitaa <amarjitsingh52922@gmail.com>
Signed-off-by: amarjitaa <amarjitsingh52922@gmail.com>
phpmyadmin#14935 Signed-off-by: amarjitaa <amarjitsingh52922@gmail.com>
phpmyadmin#14935 Signed-off-by: amarjitaa <amarjitsingh52922@gmail.com>
phpmyadmin#14935 Signed-off-by: amarjitaa <amarjitsingh52922@gmail.com>
Fix coding standard errors Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Importing a CSV created tables named "Table ##" with ## being a number. Spaces in table names are annoying, could you drop the space or replace it by an underscore?
Even better, have a table name field in the form and default it to the base file name.
The text was updated successfully, but these errors were encountered: