Ansgar Becker

Results 304 comments of Ansgar Becker

Well you cannot compare the tree structure with the list on the Database tab. But I can probably apply the same features from the database tree on the main form...

Can you create a dump file of that table with mysqldump, so I can check that? Just please remove sensitive information if any. Also, please post the used dll library...

Thanks for your feedback! I'd recommend to update the server version. MySQL 5.0.51 is from January 2008 - almost 15 years old.

The callstack points towards some `MouseUp` event, but the close button on it does not call any of the contained methods. Scratching my head.

I am not able to reproduce it here, even not with a very wide editor panel, with a click on the X of a previously opened tab.

I already consulted this project, as their library also supports authentication with SQLite: https://github.com/utelle/SQLite3MultipleCiphers You could check that project if the supported encryptions include one you want to see in...

@oghenez did you check above linked project for supported encryptions?

Yes, you already said so. I wanted to know whether that Multiple Ciphers library supports the encryption you are using as well.

Problem is in MySQL 8, the changed behaviour of `DROP VIEW xyz`. The new behaviour is described here: https://dev.mysql.com/doc/refman/8.0/en/drop-view.html Though the docs say clearly when using `DROP VIEW IF EXISTS...

Did you try to click at some object in the database tree? HeidiSQL should in most cases be able to reconnect on demand. But I know this is prone to...