code completion inside mysql function brackets in v5.0

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
MarkBrock
Posts: 33
Joined: Fri 12 Dec 2008 12:31

code completion inside mysql function brackets in v5.0

Post by MarkBrock » Tue 03 May 2011 11:11

the code completion inside of the brackets of mysql functions, i.e. SUM(), COUNT() etc will not work when using table aliases when the last bracket is closed

example:

Code: Select all

select SUM(t1., ...
This will open the code completion

but when the bracket of the function is closed it will not open the code completion´

Code: Select all

select SUM(t1.), ...

Viktor
Devart Team
Posts: 68
Joined: Thu 06 May 2010 08:12

Post by Viktor » Wed 04 May 2011 11:30

but when the bracket of the function is closed it will not open the code completion´
Fix of the error will be included in one of the next builds of dbForge Studio for MySQL.

MarkBrock
Posts: 33
Joined: Fri 12 Dec 2008 12:31

Post by MarkBrock » Thu 05 May 2011 07:59

thx

Viktor
Devart Team
Posts: 68
Joined: Thu 06 May 2010 08:12

Post by Viktor » Thu 19 May 2011 08:09

We have released a new build of dbForge Studio for MySQL with fixes. The latest build is 5.0.33. Please download it and check whether the problem persists.

Post Reply