Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL Workbench update doesn't exist #378

Open
ffurger opened this issue May 21, 2024 · 4 comments
Open

MySQL Workbench update doesn't exist #378

ffurger opened this issue May 21, 2024 · 4 comments
Labels
apps Issues regarding certain apps

Comments

@ffurger
Copy link

ffurger commented May 21, 2024

Latest thinks there is a newer version of MySQL Workbench, v. 8.0.36.
However, as far as I can tell there is only a version 8.0.36.CE, which seems to be the latest version.
Note that trying to check for updates in Workbench invariably produces an error message.

@chucklessmith
Copy link

chucklessmith commented May 30, 2024

Noticing this too. Looks like (one possible | the) culprit line is this comparison of installed vs. remote version numbers?

https://github.com/mangerlahn/Latest/blob/main/Latest/Model/Update.swift#L52

Seems as though 8.0.36.CE (CE = Community Edition, I'm gonna guess) is evaluating as less than 8.0.36.

I could see proposing to truncate trailing non-numerical values when they're at the very end, but I suspect that'll cause things to go wrong in other instances; I see a few examples on my machine of a version number ending with some meaningful alphabetical values.

Maybe check to see if one version ends in a numeral and the other doesn't, and if so, compare just the numerical values; else compare the entire values?

Tempted just to go ahead and test this to see whether this works based on my limited test cases. We'll see when time affords!

@mangerlahn mangerlahn added the apps Issues regarding certain apps label Jun 4, 2024
@chucklessmith
Copy link

I do have a build that works around this issue.

I'm not sure what else I've broken in the process -- I'm running the stable release version as well as my alteration, and so far the only discrepancy I've encountered is this MySQL Workbench issue (i.e., it's solved, but I'm still not sure at what cost).

I'll happily share the change if that's of interest, but I'm wary about proposing a pull request, because it's entirely possible I also broke a ton of edge cases...

@ffurger
Copy link
Author

ffurger commented Jun 17, 2024 via email

@jifbrodeur
Copy link

Hi, in fact the issue seems to be related to the .CE suffix of the community edition, IMHO latest should drop the .CE suffix when doing the version comparison the SQL Workbench.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apps Issues regarding certain apps
Projects
None yet
Development

No branches or pull requests

4 participants