Skip to content

Conversation

@Techwizz-somboo
Copy link

@Techwizz-somboo Techwizz-somboo commented Mar 7, 2025

Fixes support for MariaDB, and is generally faster at running queries than MySql.Data.MySqlClient anyway.

As of at least MariaDB 10.10.1 MySqlClient no longer works https://bugs.mysql.com/bug.php?id=109331.

…y faster at running queries than MySql.Data.MySqlClient.
@pangolp
Copy link

pangolp commented Oct 10, 2025

This code conflicts with the previous pull request #124. Could you tell me which of the two codes is correct? I've tested them separately, but the error still persists when exporting to SQL. The table is created, but the records don't appear, and an error message is displayed.

@Techwizz-somboo
Copy link
Author

This code conflicts with the previous pull request. Could you tell me which of the two codes is correct? I've tested them separately, but the error still persists when exporting to SQL. The table is created, but the records don't appear, and an error message is displayed.

This is the only PR I made on this project. If you're wanting to merge in another PR on top of the base, you'd need to modify parts that are causing the conflict. I do not know if I tested exporting or not, this was to fix a connection issue, System.InvalidCastException: Object cannot be cast from DBNull to other types. with MariaDB.

@pangolp
Copy link

pangolp commented Oct 10, 2025

This is the only PR I made on this project. If you're wanting to merge in another PR on top of the base, you'd need to modify parts that are causing the conflict. I do not know if I tested exporting or not, this was to fix a connection issue, System.InvalidCastException: Object cannot be cast from DBNull to other types. with MariaDB.

Thank you for your response. I'll see if the project is reactivated. If not, I'll try to find an alternative to reactivate it, even if it's in a different repository. If you're happy for that, when that happens, I'll ask you to look into the issue together and try to resolve the potential conflict it's causing. Ideally, it would work in both MySQL and MariaDB. Isn't that right?

@Techwizz-somboo
Copy link
Author

This is the only PR I made on this project. If you're wanting to merge in another PR on top of the base, you'd need to modify parts that are causing the conflict. I do not know if I tested exporting or not, this was to fix a connection issue, System.InvalidCastException: Object cannot be cast from DBNull to other types. with MariaDB.

Thank you for your response. I'll see if the project is reactivated. If not, I'll try to find an alternative to reactivate it, even if it's in a different repository. If you're happy for that, when that happens, I'll ask you to look into the issue together and try to resolve the potential conflict it's causing. Ideally, it would work in both MySQL and MariaDB. Isn't that right?

Hello, yes, with my PR it works with both MariaDB and MySQL. If you'd like, I'd be happy to cherry-pick the other PR into another repo. It looks like only a few minutes of work. I can look more into it tomorrow, though.

@pangolp
Copy link

pangolp commented Oct 11, 2025

This is the only PR I made on this project. If you're wanting to merge in another PR on top of the base, you'd need to modify parts that are causing the conflict. I do not know if I tested exporting or not, this was to fix a connection issue, System.InvalidCastException: Object cannot be cast from DBNull to other types. with MariaDB.

Thank you for your response. I'll see if the project is reactivated. If not, I'll try to find an alternative to reactivate it, even if it's in a different repository. If you're happy for that, when that happens, I'll ask you to look into the issue together and try to resolve the potential conflict it's causing. Ideally, it would work in both MySQL and MariaDB. Isn't that right?

Hello, yes, with my PR it works with both MariaDB and MySQL. If you'd like, I'd be happy to cherry-pick the other PR into another repo. It looks like only a few minutes of work. I can look more into it tomorrow, though.

Excellent, I'd be interested in having your code be part of the new repository, in case I can't contact the owner to reactivate it. However, the pull request prior to yours has a conflict when applying your changes, so we'd have to review it, or at least, I'd have you update the rest of the PRs, and then create a new PR with the updated changes.

@pangolp
Copy link

pangolp commented Oct 11, 2025

I only have 2 pull requests left to add, yours and the previous one. In the previous one, it is updated to .NET Framework 4.8, and although it is said that the errors when importing to SQL are corrected, the error still persists, because I tested it. However, you tell me that with this PR, it would be compatible not only for MySQL, but also for MariaDB, so I don't know what would be better to do, you tell me... https://github.com/pangolp/WDBXEditor

@pangolp
Copy link

pangolp commented Oct 11, 2025

Does it seem okay if we add the previous PR, and then review the changes you want to make, with the repository already updated?

@pangolp
Copy link

pangolp commented Oct 11, 2025

The repository is up to date; all that's left is to add your changes. If you could review it, I'd appreciate it. https://github.com/forumcorex/WDBXEditor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants