nextcloud-server/lib/private/DB
Benjamin Gaussorgues 98d30feb95
feat(db): add SSL/TLS support for PostgreSQL
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-09-22 14:59:54 +07:00
..
Exceptions feat: log query for dbal exceptions 2025-03-04 15:33:54 +07:00
QueryBuilder Merge pull request #54252 from nextcloud/backport/54203/stable31 2025-08-07 15:21:33 +07:00
Adapter.php
AdapterMySQL.php
AdapterOCI8.php
AdapterPgSql.php
AdapterSqlite.php
ArrayResult.php
BacktraceDebugStack.php
Connection.php
ConnectionAdapter.php feat: log query for dbal exceptions 2025-03-04 15:33:54 +07:00
ConnectionFactory.php feat(db): add SSL/TLS support for PostgreSQL 2025-09-22 14:59:54 +07:00
DbDataCollector.php
MigrationException.php
MigrationService.php fix: use proper migration sorting when checking if a migration needs to be executed 2025-04-02 12:52:52 +07:00
Migrator.php
MigratorExecuteSqlEvent.php
MissingColumnInformation.php
MissingIndexInformation.php
MissingPrimaryKeyInformation.php
MySqlTools.php
OCSqlitePlatform.php
ObjectParameter.php
OracleConnection.php
OracleMigrator.php
PgSqlTools.php
PreparedStatement.php
ResultAdapter.php
SQLiteMigrator.php
SQLiteSessionInit.php
SchemaWrapper.php
SetTransactionIsolationLevel.php