nextcloud-server/lib/private/DB
Joas Schilling bd4e8e307d
fix(comments): Check comment object
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-11 08:44:38 +07:00
..
Exceptions
QueryBuilder fix(comments): Check comment object 2025-12-11 08:44:38 +07:00
Adapter.php
AdapterMySQL.php
AdapterOCI8.php
AdapterPgSql.php
AdapterSqlite.php
BacktraceDebugStack.php
Connection.php feat: add additional logging for database errors 2024-07-25 14:51:03 +07:00
ConnectionAdapter.php feat: add additional logging for database errors 2024-07-25 14:51:03 +07:00
ConnectionFactory.php fix(DB): Sanitize `host` parameter for postgres databases when IPv6 address is passed 2024-03-25 23:55:04 +07:00
DbDataCollector.php
MigrationException.php
MigrationService.php fix(migration): Make naming constraint fail softer on updates 2024-02-08 10:07:19 +07:00
Migrator.php
MigratorExecuteSqlEvent.php
MissingColumnInformation.php
MissingIndexInformation.php Migrate missing index database check to new API 2023-12-04 16:23:23 +07:00
MissingPrimaryKeyInformation.php Migrate missing primary key database check to new API 2023-12-04 16:23:24 +07:00
MySqlTools.php
OCSqlitePlatform.php
ObjectParameter.php
OracleConnection.php
OracleMigrator.php
PgSqlTools.php
PreparedStatement.php
ResultAdapter.php
SQLiteMigrator.php
SQLiteSessionInit.php
SchemaWrapper.php
SetTransactionIsolationLevel.php