code completion give an alias after selection table

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
jkuiper2105
Posts: 20
Joined: Wed 18 Sep 2013 14:10

code completion give an alias after selection table

Post by jkuiper2105 » Thu 20 Feb 2014 13:24

If I create a query (SELECT field1, field2 FROM ) and select a table via code completition, the tablename get an alias (SELECT field1, field2 FROM table t).
This results an error in the query, because the fields are not aliased.

alexa

Re: code completion give an alias after selection table

Post by alexa » Thu 20 Feb 2014 14:37

We were not able to reproduce this issue.

Could you please provide us a screenshot of the error?

Post Reply