CODE
alter table `test2`.`PLADDER` add column `newcolumn` varchar (50) NULL after `id`
.. no matter if I use the ALTER TABLE GUI or type it and next write in editor
CODE
select * from pladder where newc<TAB>
.. autocomplete does not find 'newcolumn'. Not even after a 'Rebuild tags' or a restart of the program.
(or similar if a Add a table ttttt and write select * from tt<TAB>
After deleting all tag files it works as expected after a restart. So might be that the file was bad. It also has been rebuilt several hundred times!
I again request that the tag file name is human readable like connectionname_checksum.db and not only checksum.db . Then I would only have had to delete one file and not all about 40 files. I also request a embedded database maintenaince functionality (SQLite VACUUM command for instance) from inside SQLyog. And maybe even a 'Rebuild from scratch' option.
BTW is there any 'limit' to how many characters you will have to type for autocomplete to be functional?
typing tt<TAB> does not find ttttt!
