You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought we decided at the meeting last week to, in effect, discard the current links-mysql driver and rename links-mysql8 to links-mysql (while still using ocaml-mysql8 under the hood), but just-merged #1178 just removes links-mysql without renaming the links-mysql8 driver.
I think we should do this rename, thus ensuring that the links-mysql package continues to be the right thing to use to connect to MySQL independent of what links version one is using.
The text was updated successfully, but these errors were encountered:
@frank-emrich ahs there been any further discussion of this? I think if we do this it should be done before the next release so that we don't wind up with the extra OPAM package.
Yes, I'm planning to implement what we discussed regarding this for the upcoming release: Making the `links-mysql` package rely on the `mysql8` package instead of `mysql`. This way, running opam upgrade should seamlessly upgrade existing installations.
________________________________
From: James Cheney ***@***.***>
Sent: Tuesday, 10 October 2023 10:19
To: links-lang/links
Cc: Frank Emrich; Mention
Subject: Re: [links-lang/links] Rename links-mysql8 driver to links-mysql? (Issue #1182)
@frank-emrich ahs there been any further discussion of this? I think if we do this it should be done before the next release so that we don't wind up with the extra OPAM package.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
[ { ***@***.***": "http://schema.org", ***@***.***": "EmailMessage", "potentialAction": { ***@***.***": "ViewAction", "target": "#1182 (comment)", "url": "#1182 (comment)", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { ***@***.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
I thought we decided at the meeting last week to, in effect, discard the current
links-mysql
driver and renamelinks-mysql8
tolinks-mysql
(while still usingocaml-mysql8
under the hood), but just-merged #1178 just removeslinks-mysql
without renaming thelinks-mysql8
driver.I think we should do this rename, thus ensuring that the
links-mysql
package continues to be the right thing to use to connect to MySQL independent of what links version one is using.The text was updated successfully, but these errors were encountered: