| [news.eclipse.tools] Re: [ANN] JFaceDbc1.2 released |
Andrea Mazzolini wrote:
Wow, so there finally is fully auto-completion for table names and columns! That's great, I got so used to auto-completion that I always felt kinda handicapped when entering SQL commands...Joerg von Frantzius wrote:
This thing is nice, on ctrl-space it does auto completion of table names (unfortunately not on colum names, though). And it looks good :)
It\'s not easy to do auto completion of column names because the program should load all the column names when a new database connection is started. But if you have a table called A and you type \"A.\" you get all the column names; if you type \"A.col\" you get all the columns wich name starts with \"col\".
Thanks for the hint, Jörg.