You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/private/DB
Stephan Orbaugh 65941811b3
Merge pull request #44788 from nextcloud/db-error-logging
4 months ago
..
Exceptions
QueryBuilder Merge pull request #44788 from nextcloud/db-error-logging 4 months ago
Adapter.php
AdapterMySQL.php
AdapterOCI8.php
AdapterPgSql.php
AdapterSqlite.php
BacktraceDebugStack.php
Connection.php feat: add additional logging for database errors 4 months ago
ConnectionAdapter.php feat: add additional logging for database errors 4 months ago
ConnectionFactory.php
DbDataCollector.php
MigrationException.php
MigrationService.php fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of removed upstream platforms 4 months ago
Migrator.php
MigratorExecuteSqlEvent.php
MissingColumnInformation.php
MissingIndexInformation.php
MissingPrimaryKeyInformation.php
MySqlTools.php
OCSqlitePlatform.php
ObjectParameter.php
OracleConnection.php fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprecated 4 months ago
OracleMigrator.php
PgSqlTools.php fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprecated 4 months ago
PreparedStatement.php
ResultAdapter.php fix(db): Fix internal calls to doctrine's `fetch()` methods 4 months ago
SQLiteMigrator.php
SQLiteSessionInit.php
SchemaWrapper.php
SetTransactionIsolationLevel.php