Ansgar Becker
Ansgar Becker
I'm not going to use commercial components in HeidiSQL. That would make source code publishing much more complicated. I am using a very standard TPageControl currently, with some hacks around...
No, as said, the underlying TPageControl is not capable of that.
Can confirm that, using your test database. Binary values with \0 characters already caused other bugs, due to null terminated strings in Delphi.
You normally get the completion proposal after typing a dot: SELECT * FROM mytable AS m WHERE m.
As these filters support regular expressions, you could use a negative lookahead: ^(?!report) Or, if "report" is not the beginning of the name, and additionally you want to otherwise include...
Although that's not what the "Windows" style is meant for, the user may expect that. Also, there are multiple dark themes, so I will have to define one of them...
Are you sure you are on MySQL 5.6? I just started my old v5.6.47 server, but could not reproduce that issue with the latest build of Heidi. Also, it doesn't...
Ok, that in turn creates the question whether the server or HeidiSQL "owns" this bug. I will check that.
Only an issue with that "Send batch in one go" method. Seems ok with "Send queries one by one".
Related if not the same as issue #1984 My tests show this is fixed since build 6911. Can somebody test this and report back?