Ansgar Becker

Results 304 comments of Ansgar Becker

So these MONEY fields format their number values themselves?

Please use the issue template.

It's not yet in one of the roadmap milestones. You say it's very easy to fix - perhaps provide some fixed SQL command(s) here?

As you say, `BOOLEAN` is converted by the server, as it's just an alias for `TINYINT(1)`. MySQL provides these aliases just to facilitate the use of code written for SQL...

You mean MySQL converts `TINYINT(1)` silently to `TINYINT(3)` ? Why does it do so, when a `BOOLEAN` alias is doing it correctly?

No, and everything I tried yet fails with the same exception callstack. The tree somehow wants to toggle selected nodes if you use the shift key, and HeidiSQL removes the...

The link you provided gives me a 404/not-found error. Please repeat the upload if this is still a valid question. Is there a reason why you deleted the whole issue...

Yes, that's a good idea. That way it should be easier to find the offending characters and/or encoding issue.

Btw, is that one 8GB file you are trying to import, or several files? If the critical file is very large, how can we use an editor to view/check its...

As the [progress dialog](https://docs.microsoft.com/de-at/windows/win32/api/shlobj_core/nf-shlobj_core-iprogressdialog-setline) enables `PROGDLG_AUTOTIME`, the 3rd line is already in use for the automatic time display. But that's not an issue, I should also be able to display...