nextcloud-server/lib/private/DB
Daniel Kesselberg cac6443cbb
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>
2024-06-03 12:47:31 +07:00
..
Exceptions feat(db): add mapping for lock wait timeout 2024-05-29 11:10:43 +07:00
QueryBuilder chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Adapter.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
AdapterMySQL.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
AdapterOCI8.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
AdapterPgSql.php feat(db): remove workaround for pqsql 9.4 and older 2024-06-03 12:47:31 +07:00
AdapterSqlite.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
BacktraceDebugStack.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Connection.php Merge branch 'master' into refactor/OC-Server-getSecureRandom 2024-05-30 14:24:22 +07:00
ConnectionAdapter.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ConnectionFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
DbDataCollector.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MigrationException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MigrationService.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Migrator.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MigratorExecuteSqlEvent.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MissingColumnInformation.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MissingIndexInformation.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MissingPrimaryKeyInformation.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MySqlTools.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
OCSqlitePlatform.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ObjectParameter.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
OracleConnection.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
OracleMigrator.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
PgSqlTools.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
PreparedStatement.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ResultAdapter.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
SQLiteMigrator.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
SQLiteSessionInit.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
SchemaWrapper.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
SetTransactionIsolationLevel.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00