Ansgar Becker

Results 467 comments of Ansgar Becker

I assume this is fixed in the latest builds. Please shout if not.

Should be fixed in the next build, with the refresh done via timer, not directly per button-click event. I recalled it's causing crashes often when you destroy a button in...

Please test once again using the latest build 12.3.0.6623. I recently upgraded the Delphi compiler, which involves several library fixes. Apart from that I cannot fix these styles, as they...

Your log says one of your screens runs at 50% DPI - is that correct? I was just testing on my two 100% + 125% screens, but apart from the...

@Eddcapone well I just retried and it (still) works for me. If you still have a problem with that, please describe in a new ticket.

Sorry for the delay. I will have a look at that. Only I need an additional query, like the `SELECT LAST_INSERT_ID()` for MySQL. So, is `SELECT lastval()` correct?

In PostgreSQL mode, what you see on the left tree view in HeidiSQL are the namespaces/schemata, not the databases. By default, HeidiSQL uses "postgres" as [`dbname` parameter](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-DBNAME) when you connect...

Long ago, in HeidiSQL v8.3, the tree got its nodes from such a query, which was different than all later versions. Maybe that returned the databases, and you are still...

Next HeidiSQL build now finally has an additional online formatter, using [doctrine/sql-formatter](https://github.com/doctrine/sql-formatter) : ![grafik](https://github.com/HeidiSQL/HeidiSQL/assets/7986591/15c4950d-3c29-4eeb-bef2-e13be3dc5863) This is how the example in the very first post here gets reformatted: ```sql SELECT el.ID,...