Beware the Autocomplete in the trigger editor

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
KiwiJem
Posts: 37
Joined: Tue 05 May 2009 00:09
Location: Waihi, NZ

Beware the Autocomplete in the trigger editor

Post by KiwiJem » Tue 12 May 2009 05:43

When creating a trigger procedure, it is handy to have the autocomplete function - usually.

But there is a time it is not.

Try typing in a statement like

Code: Select all

SET OLD.
It gets conveniently changed to

Code: Select all

SET OLD_PASSWORDS.
as soon as you press the .

and then you blithely type in the the rest of your column name.

So what is the meaning of:

Code: Select all

SET_OLDPASSWORDS.CustomerID
??? :shock:

A confused KiwiJem

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Wed 13 May 2009 11:28

We'll fix this problem in the next build.

KiwiJem
Posts: 37
Joined: Tue 05 May 2009 00:09
Location: Waihi, NZ

Post by KiwiJem » Thu 14 May 2009 00:17

thank you

KiwiJem
Posts: 37
Joined: Tue 05 May 2009 00:09
Location: Waihi, NZ

Post by KiwiJem » Thu 04 Jun 2009 02:57

:D Thank you - all seems to be fixed in the latest build :D

Post Reply