MySQL Workbench with autocomplete with all columns in the database when using table aliases

5

I noticed that after I installed a new version of MySQL Workbench autocomplete brings columns of all tables, this when I use aliases for table, when I repeat the table name autocomplete works normal. The problem is that sometimes the table name is quite extensive.

Example:

SELECT * FROM cliente_relatorio_dinamico C where C.coluna_deste_banco;

Before, when you press Ctrl + Space after the "C." only columns of this bank appeared, now it shows columns of all banks.

I believe you have overwritten some configuration files from the old version.

I tried to go back to the previous version but did not fix it.

Does anyone have any ideas?

    
asked by anonymous 31.07.2015 / 04:15

1 answer

0

I had similar problems with version 6.2.5, had to downgrade to version 6.1.7 and the problem was solved, with me solved that way, it might be an alternative for you.

    
09.11.2017 / 13:23