synapse/.ci/scripts
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
..
auditwheel_wrapper.py Update license headers 2023-11-21 15:29:58 -05:00
calculate_jobs.py Always treat RETURNING as supported by SQL engines (#19047) 2025-10-24 13:21:49 -05:00
check_lockfile.py Update Poetry to 2.1.1, including updating the lock file version. (#18251) 2025-03-21 15:32:52 +00:00
checkout_complement.sh Test Synapse against Complement with workers. (#12810) 2022-05-31 13:02:00 +00:00
gotestfmt Print complement failure results last (#13639) 2022-08-28 20:05:30 +00:00
prepare_old_deps.sh Remove support for python 3.8 (#17908) 2024-11-06 19:36:01 +00:00
setup_complement_prerequisites.sh Use setup-go instead of relying on go 1.17 to exist (#15403) 2023-04-06 15:23:36 +01:00
test_export_data_command.sh Add more user information to export-data command. (#14894) 2023-02-01 15:45:19 +00:00
test_synapse_port_db.sh Fix portdb CI by hardcoding the new pg_dump restrict key that was added due to CVE-2025-8714. (#18824) 2025-08-15 13:32:05 +01:00
triage_labelled_issue.sh Fix triage_labelled GHA workflow (#18913) 2025-09-24 14:17:14 +01:00