Ansgar Becker

Results 304 comments of Ansgar Becker

I have the same issue - reported in https://github.com/HeidiSQL/HeidiSQL/issues/2036 If I remove `Vcl.Styles.Utils.Forms` from the `uses` clause, the dialogs have white background (where the black text is not an issue,...

Probably also need to remove `tfEnableHyperlinks` from `Dialog.Flags` in such cases, and don't apply the regex.

Problem solved, by fixing the HTML anchors generated through a regular expression: * previously: `Text "https://test.de" replaced 1 times` => `Text "

Thanks for the hint. Indeed that (most important) library has not received much attention [for two years now](https://github.com/HeidiSQL/HeidiSQL/commits/master/out/libmariadb64.dll). I will check dependencies and test the current version myself.

Thanks for the hint @vaintroub . I'll keep an eye on the [connector releases](https://dlm.mariadb.com/browse/c_connector/).

This is already possible. The only requirement is that HeidiSQL is able to determine the table name of the result, and that all columns derive from a single table.

Ok, then please select the primary key column(s) as well.

You say in DBeaver it works. How does it work there in such a situation? How does an UPDATE look like when you edit a value there?