Hello.
I am using 11.3.0.6447, connecting to a MySQL server.
I have database and table filter applied.
I am writing an update query using aliases and HeidiSQL hangs (Task Manager reports Not Responding) when using an alias and typing the period after the alias. At this point Intellisense typically pops up but now HeidiSQL hangs.
My query is
UPDATE tableA uba, tableB ubb, tableC ubc SET uba.Category_ID = ubc.ID WHERE uba.
Pressing the period after the WHERE uba hangs HeidiSQL.
I do this kind of thing very frequently and always without any problems until now.
Thank you.