Auto complete inserts duplicate "dbo" in function name

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
hobiedave
Posts: 16
Joined: Thu 01 Nov 2012 13:39

Auto complete inserts duplicate "dbo" in function name

Post by hobiedave » Sat 20 Dec 2014 15:22

Hi, this is something new in version 4.0.35 that I have encountered. If I write the following expression:

Code: Select all

SELECT * FROM measurements m
And then revise the "*' with something like this:

Code: Select all

SELECT dbo.fGetMeas FROM measurements m
When I select the autocomplete for fGetMeasurementFullName, the dbo is duplicated as shown.

Code: Select all

SELECT dbo.dbo.fGetMeasurementFullName() FROM measurements m
Note the dbo.dbo. Thanks for checking this out.


hobiedave
Posts: 16
Joined: Thu 01 Nov 2012 13:39

Re: Auto complete inserts duplicate "dbo" in function name

Post by hobiedave » Tue 23 Dec 2014 19:42

I'm using dbForge Studio.

hobiedave
Posts: 16
Joined: Thu 01 Nov 2012 13:39

Re: Auto complete inserts duplicate "dbo" in function name

Post by hobiedave » Tue 23 Dec 2014 21:10

This appears to be fixed in the 4.0.52 build.

.jp
Devart Team
Posts: 345
Joined: Wed 09 Sep 2009 06:55
Location: devart

Re: Auto complete inserts duplicate "dbo" in function name

Post by .jp » Wed 24 Dec 2014 09:43

Hello,
Please do not hesitate to contact us if you have other problems or questions connected with using of our tool, we'd like to help.
Best Regrads.

Post Reply