summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2023-06-16 15:25:44 +0100
committerGitHub <noreply@github.com>2023-06-16 15:25:44 +0100
commit2ac6c3bbb535677bd62b3df425dd1755dba79b66 (patch)
tree805156a13589a16c24b5a26d63cb08a6c3715276 /changelog.d
parentpush rules: fix internal conversion from _type to value (#15781) (diff)
downloadsynapse-2ac6c3bbb535677bd62b3df425dd1755dba79b66.tar.xz
Don't always lock "user_ips" table when performing non-native upsert (#15788)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15788.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15788.bugfix b/changelog.d/15788.bugfix
new file mode 100644
index 0000000000..d22aae7baf
--- /dev/null
+++ b/changelog.d/15788.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in 1.57.0 where the wrong table would be locked on updating database rows when using SQLite as the database backend.
\ No newline at end of file