Andrew Ferrazzutti
|
9d81bb703c
|
Always treat RETURNING as supported by SQL engines (#19047)
Can do this now that SQLite 3.35.0 added support for `RETURNING`.
> The RETURNING syntax has been supported by SQLite since version 3.35.0
(2021-03-12).
>
> *-- https://sqlite.org/lang_returning.html*
This also bumps the minimum supported SQLite version according to
Synapse's [deprecation
policy](https://element-hq.github.io/synapse/latest/deprecation_policy.html#platform-dependencies).
Fix https://github.com/element-hq/synapse/issues/17577
|
2025-10-24 13:21:49 -05:00 |
|
Eric Eastwood
|
769d30a247
|
Clarify Python dependency constraints (#18856)
Clarify Python dependency constraints
Spawning from
https://github.com/element-hq/synapse/pull/18852#issuecomment-3212003675
as I don't actually know the the exact rule of thumb. It's unclear to me
what we care about exactly. Our [deprecation
policy](https://element-hq.github.io/synapse/latest/deprecation_policy.html)
mentions Debian oldstable support at-least for the version of SQLite.
But then we only refer to Debian stable for the Twisted dependency.
|
2025-09-15 09:45:41 -05:00 |
|
Shay
|
5e82b07d2c
|
Drop debian buster (#15893)
|
2023-07-10 10:39:36 -07:00 |
|
David Robertson
|
77f3986451
|
Define SQLite compat policy (#13728)
|
2022-09-07 12:07:42 +00:00 |
|
Erik Johnston
|
c9b7e97355
|
Add a stub Rust crate (#12595)
|
2022-09-06 19:01:37 +01:00 |
|
Richard van der Hoff
|
57ca8ab10f
|
Add notes about dropping support for Python 3.6 and Postgres 9.6.
|
2021-12-21 12:06:31 +00:00 |
|
Erik Johnston
|
a888cbdd31
|
Add deprecation policy doc (#9723)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
|
2021-04-06 13:07:36 +01:00 |
|