BUG: code completion broken [7.3.137]

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

BUG: code completion broken [7.3.137]

Post by michabbb » Wed 14 Feb 2018 19:16

hi alex,

found another bug:

Code: Select all

SELECT
DISTINCT
	(lo.art_num)
FROM lister_overview lo
UNION
SELECT
 lo. <---- no code completion
FROM lister_overview lo;

SELECT
	lo. <----- code completion working
FROM lister_overview lo;
thanks !
micha

alexa

Re: BUG: code completion broken [7.3.137]

Post by alexa » Fri 16 Feb 2018 13:47

We will fix this issue in one of the next product builds.

AlexandrS
Devart Team
Posts: 20
Joined: Mon 22 Jan 2018 11:27

Re: BUG: code completion broken [7.3.137]

Post by AlexandrS » Thu 22 Feb 2018 11:14

Greetings!

Hope you are feeling great!

Could you provide us with the steps to reproduce please?

Best regards,
Alex

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: BUG: code completion broken [7.3.137]

Post by michabbb » Thu 22 Feb 2018 12:45

Dear Alex,

You got a full sql example from me.
The table I am using here is a view, nothing more to know I guess

AlexandrS
Devart Team
Posts: 20
Joined: Mon 22 Jan 2018 11:27

Re: BUG: code completion broken [7.3.137]

Post by AlexandrS » Thu 22 Feb 2018 14:13

Hello!

Could you tell us what server are you working on?

As for the very issue, is it just a script that fires the error or some other actions?

I look forward to hearing from you.

Best regards,
Alex

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: BUG: code completion broken [7.3.137]

Post by michabbb » Fri 23 Feb 2018 18:45

hey alex,

no script, no error.. just the missing code completions.
after the "dot/table alias" there is a window, but only shows
pre-defined functions like "AlterDatabse, AlterEvent...." but not the columns of the table as usual.

i am using here

Code: Select all

5.5.5-10.0.11-MariaDB-1
is see this: Image

but should see that: Image

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: BUG: code completion broken [7.3.137]

Post by michabbb » Tue 27 Feb 2018 12:30

hey alex,

just a note: i see this bug also in the latest update: 7.3.148 20-Feb-18

regards,
micha

alexa

Re: BUG: code completion broken [7.3.137]

Post by alexa » Tue 27 Feb 2018 12:54

Thank you for the reply.

We are planning to fix it in the next version 7.4.

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: BUG: code completion broken [7.3.137]

Post by michabbb » Tue 27 Feb 2018 12:56

hopefully this is not a long journey to there, thanks.

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: BUG: code completion broken [7.3.137]

Post by michabbb » Fri 02 Mar 2018 20:50

hey alex,

please also notice that there is no code completion when writing triggers ;-(((

Image

alexa

Re: BUG: code completion broken [7.3.137]

Post by alexa » Sat 03 Mar 2018 08:32

You can vote for the following suggestion on the UserVoice forum https://devart.uservoice.com/forums/772 ... gger-event

We collect and analyze the information from this forum in order to make a proper roadmap for the future product releases.

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: BUG: code completion broken [7.3.137]

Post by michabbb » Sat 03 Mar 2018 10:32

you cannot implement auto-completion at only "one place" in your program, it´s more - seriously - more than obvious to implement this feature at every place, where i do write code.

that users have to "vote" fot this, is, pardon, a sauce !!!!!

you sell something with a promise !!! you provide this on your website as "FEATURE" !!!!

Image

NOW YOU WANT USERS TO VOTE FOR A INCOMPLETE IMPLEMENTED FEATURE THE USERS HAVE PAID FOR ??????????????

Image

Post Reply