Results 12 comments of Lukas Müller

This should fix [#80](https://github.com/Alexis-benoist/eralchemy/issues/80), correct?

Oh weird, I didn't know that there are such differences between OSes. I used Ubuntu for this.

Some food for thought: Rdflib is often perceived as rather slow. I think that the main reasons for this are either: a) Performance limitations of the underlying store b) Performance...

Thanks for the input! - The `recordclass` dependency offers a convenient drop-in replacement for the currenlty used `namedtuple`. Here's a version using the built-in `dataclass` (https://docs.python.org/3/library/dataclasses.html) instead of `recordclass`/ `namedtuple`:...

@marcomangano thanks for the feedback! If you don't mind making changes that break backward compatibility, I would indeed propose to make the following to changes: - Replacing `namedtuple` by `dataclass`...

> A more straightforward approach would be to make python classes for each of the System, Input, Output, and Connection objects. You can manually add their attributes or use dataclass...

Sorry I am pretty busy at the moment and don't have time to do this. I think replacing the mysqli statements with pg_connect/pg_query/... statements should work. Going for PDO should...

Please provide more information. What Nextcloud version have you been using? Have there been any warnings while running the script? What exactly do you mean with "all data was copied,...

The config:system:set could actually be the root cause of your issues. This at least explain why files:cleanup and files:scan --all would have failed.

No I think it doesn't matter if the S3 config is still available. It won't be used once the datadir & the database have been updated. For deleting it you...