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
Autocomplete is not working in case table name quoted by "`" symbols #16227
Comments
|
Hi @williamdes @Jay04653 during finding eachWord what if codemirror just replaced " ` " also We can raise issue in codemirror, if this is the real bug causing trouble |
|
Hi @asprazz Thank you for the debug! It's really annoying because by default PHPMyAdmin displays tables with "`" and in case you need to add joins or filters you have to remove this quotation every time or just ignore an autocomplete feature and just type SQL query. |
|
Hi @asprazz ! |
|
Ok @williamdes . |
|
@Jay04653 If you are using development version of phpmyadmin, then you can edit Sql-Hint file in CodeMirror :) |
|
It was fixed on CodeMirror side, so now we can include this fix in the next PHPMyAdmin release. |
Could you mention the version that fixed this issue ? |
Seems it was fixed but not released yet :( |
|
@Jay04653 , @williamdes , I submitted a pull request (with a one-character change! :)) which was merged a couple of days ago. Looking at the releases history ( https://github.com/codemirror/CodeMirror/releases ), it seems that there's a new minor release on the 20th of each month, so we will have our fix on the 20th of October at the earliest. |
|
Related: #16314 |
|
Ah, it's 20th October today as well. We might get a release today. |
Signed-off-by: William Desportes <williamdes@wdes.fr>

To Reproduce
Steps to reproduce the behavior:
Expected behavior
Autocomplete has to work in both cases
Screenshots
Working without quotation

Not working with quotation

Server configuration
Client configuration
The text was updated successfully, but these errors were encountered: