Document that the SQLite version included in Ubuntu LTS, aside from ESM-only versions, is included in our support policy.#19823
Conversation
| @@ -0,0 +1 @@ | |||
| Document that the SQLite version included in Ubuntu LTS, aside from ESM-only versions, is included in our support policy. No newline at end of file | |||
There was a problem hiding this comment.
It would be good to explain the context here for where this is spawning from.
There was a problem hiding this comment.
Not right sure how you mean; the context was whether I can use exciting new stuff in sliding sync, but it doesn't really feel worthwhile putting that in the changelog.
IMO the support policy is standalone and would be valid no matter what I was working on at the time to query.
But maybe you had something else in mind?
There was a problem hiding this comment.
Explain it in the issue description / in this thread
IMO the support policy is standalone
Yes, but it's good to understand why we're making this change without having to look at the internal document to figure out the conversation which doesn't even encompass the entire context. For example, I just cross-linked some more conversation in the doc. And even that isn't fully linked to the relevant issues/PRs (#19452 and #19487)
Given you were the original author, I think you could give a great summary.
There was a problem hiding this comment.
Yep that makes sense, so the motivation for wanting to not do this was that for support for SQLite's JSON operators, which is currently not present in the SQLite version found in Ubuntu's oldest supported LTS.
The JSON operators were used in some of the sticky events work (thank you for reminding me I opened #19452).
Our ruling was that we should support Ubuntu oldest LTS equally to Debian oldstable, so support the oldest of the two versions from those.
That makes some kind of sense as it would be difficult to do otherwise without dropping support for that version of Ubuntu altogether, given if we kept publishing packages intended for use with Postgres, there's a risk that an innocent sysadmin would update their SQLite deployment without realising that it is no longer supported.
…SM-only versions, is included in our support policy. (element-hq#19823) The reason for querying this support was wanting support for SQLite's JSON operators, which are currently not present in the SQLite version found in Ubuntu's oldest supported LTS. The JSON operators were used in some of the sticky events work (related: element-hq#19452). Our ruling was that we should support Ubuntu oldest LTS equally to Debian oldstable, so support the oldest of the two versions from those. That makes some kind of sense as it would be difficult to do otherwise without dropping support for that version of Ubuntu altogether, given if we kept publishing packages intended for use with Postgres, there's a risk that an innocent sysadmin would update their SQLite deployment without realising that it is no longer supported. This was [discussed months ago (private)](https://docs.google.com/document/d/12RZKPk3a4__JUSH9wYHODo9rRyKzsHg6BSCAcmqmbOU/edit?tab=t.0#bookmark=id.fcdvoc88dy5s) and at [private](https://docs.google.com/document/d/12RZKPk3a4__JUSH9wYHODo9rRyKzsHg6BSCAcmqmbOU/edit?tab=t.0#bookmark=id.u48ivjge4qpt). --------- Signed-off-by: Olivier 'reivilibre <oliverw@matrix.org>
This was discussed months ago (private) and I never got around to writing it up here.