Ansgar Becker
Ansgar Becker
Oh and that also does not happen if the screen is at 100% DPI. Only my first screen at 125% DPI has that "shrink" effect. Can you confirm it works...
That was my decision, to deploy the 32bit version only, for having less effort here. I suppose a 64bit version has to be deployed separately. Is there some documentation on...
I am using Microsoft's DesktopAppConverter for preparing HeidiSQL releases yet. The [documentation](https://docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-run-desktop-app-converter) says this is deprecated, and I shall use the [MSIX packing tool](https://docs.microsoft.com/en-us/windows/msix/packaging-tool/create-app-package) instead. If that's again so much...
Related to #595 Where did you see that issue? The table editor should do it with the correct "COMMENT ON..." syntax.
Sigh, I suppose that's another issue with Wine and themes. Could you please try and select "Windows" in Tools > Preferences > General > Style theme, to see if that...
Can you verify this happens everytime you follow your reproduction recipe? I cannot reproduce here.
Retrieving row count and table size for all tables in a database is a performance killer. MySQL supports `SHOW TABLE STATUS` for that purpose, but SQLite does not have something...
`page_count` is the _the total number of pages in the database file_. That's neither rows nor size. If there is no built-in procedure for that purpose, these columns will stay...
Documentation: https://mariadb.com/kb/en/roles_overview/
Sames as in #118 - I should probably disable the structure export for PG at first, until I fixed most of these SQL differences.