Skip to content

Conversation

joshtrichards
Copy link
Member

  • Resolves: #

Summary

https://mariadb.com/docs/release-notes/mariadb-community-server-release-notes/mariadb-11-8-series/what-is-mariadb-118
https://endoflife.date/mariadb

I suspect we can probably drop 10.3 finally for real since Ubuntu 20.04 is EoL, but leaving in for now.

TODO

  • ...

Checklist

@joshtrichards joshtrichards requested a review from a team as a code owner July 10, 2025 13:50
@joshtrichards joshtrichards requested review from icewind1991 and yemkareems and removed request for a team July 10, 2025 13:50
@joshtrichards joshtrichards added 3. to review Waiting for reviews CI labels Jul 10, 2025
@provokateurin provokateurin added the pending documentation This pull request needs an associated documentation update label Jul 10, 2025
@provokateurin
Copy link
Member

@joshtrichards the docs also need to be updated.

@nickvergessen
Copy link
Member

While server works, not all apps work.

I think we first need to figure out if that is something we need to fix in our migrations code or recognize app is doing something wrong.

Copy link
Contributor

@susnux susnux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to at least add latest LTS to server CI

@susnux
Copy link
Contributor

susnux commented Jul 10, 2025

I think we first need to figure out if that is something we need to fix in our migrations code or recognize app is doing something wrong.

Before we add it to the documentation, stating it as supported, yes.
But we should already add the latest LTS to our CI pipeline.

@nickvergessen
Copy link
Member

Recognize mystery is solved. It has a column vector which is a reserved keyword starting 11.7, so we are good to proceed here.

@nickvergessen nickvergessen merged commit 3ccb316 into master Jul 28, 2025
206 of 211 checks passed
@nickvergessen nickvergessen deleted the ci-mariadb-118 branch July 28, 2025 06:10
@susnux
Copy link
Contributor

susnux commented Jul 28, 2025

Recognize mystery is solved. It has a column vector which is a reserved keyword starting 11.7, so we are good to proceed here.

so this is a upstream bug, doctrine dbal needs to add this to their keywords to automatically quote it.
For dbal 5 this will be fixed automatically as it will quote everything possible (and will break your DB if you do the wrong casing ;) )

@skjnldsv skjnldsv mentioned this pull request Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews CI enhancement pending documentation This pull request needs an associated documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants