Problem: SQL code completion for table name
I have a mysql database named as "book_system" and I create an data source in IDEA. When I press key to invoke code completion for table name, and database name always as prefix. For development, and I don't want the prefix. Please take a look at the attachment. I do something wrong?
Attachment(s):
database_name_as_prefix.PNG
Please sign in to leave a comment.
I'm not sure I'm getting this right.
Did you mean completion automatically inserts "book_system" or
that "book_system" prefix is required in order to complete "books" table
name?
Gregory Shrago
linux_china wrote:
Gregory, you are right. "book_system" prefix is required in order to complete "books" table name. I don't know why? I did something wrong?