]> source.dussan.org Git - nextcloud-server.git/commit
feat(db): remove workaround for pqsql 9.4 and older 45629/head
authorDaniel Kesselberg <mail@danielkesselberg.de>
Sun, 2 Jun 2024 18:16:47 +0000 (20:16 +0200)
committerDaniel Kesselberg <mail@danielkesselberg.de>
Mon, 3 Jun 2024 10:47:31 +0000 (12:47 +0200)
commitcac6443cbbc1aadb56e0499b19588386fd0c3cce
tree2dd3187a43798f96e153e748f78aaac7370e2125
parent2c3c74ac2ef7256a991a7e0fb074c1e32672393f
feat(db): remove workaround for pqsql 9.4 and older

The workaround was required because "ON CONFLICT DO NOTHING" was added with pqsql 9.5.

PostgreSQL 9.4 is eol since 2020-02-13 and thus everyone should use a version with upsert support nowadays.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
lib/private/DB/AdapterPgSql.php