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
Carl Schwan c21b8169ff refactor(querybuilder): Port away from qb::execute() in lib/ 9 months ago
..
Exceptions feat: log query for dbal exceptions 1 year ago
QueryBuilder refactor(querybuilder): Port away from qb::execute() in lib/ 9 months ago
Adapter.php fix: Revert "fix(db): Store last insert id before reconnect" 1 year ago
AdapterMySQL.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
AdapterOCI8.php fix: Revert "fix(db): Store last insert id before reconnect" 1 year ago
AdapterPgSql.php fix: Revert "fix(db): Store last insert id before reconnect" 1 year ago
AdapterSqlite.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
ArrayResult.php chore: Apply php:cs recommendations 2 years ago
BacktraceDebugStack.php
Connection.php feat(database): Add option to test for mariadb 10 months ago
ConnectionAdapter.php feat(database): Add option to test for mariadb 10 months ago
ConnectionFactory.php fix(ConnectionFactory): Apply Oracle connection fix to primary and replica params as well 10 months ago
DbDataCollector.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
MigrationException.php
MigrationService.php chore: Get rid of AppLocator helper 9 months ago
Migrator.php fix: Run migration sql as statement so that the primary db node is used 2 years ago
MigratorExecuteSqlEvent.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
MissingColumnInformation.php
MissingIndexInformation.php
MissingPrimaryKeyInformation.php
MySqlTools.php chore: apply new CSFixer rules 11 months ago
OCSqlitePlatform.php
ObjectParameter.php
OracleConnection.php fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprecated 2 years ago
OracleMigrator.php
PgSqlTools.php fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprecated 2 years ago
PreparedStatement.php style: update codestyle for coding-standard 1.2.3 2 years ago
ResultAdapter.php fix(db): Fix internal calls to doctrine's `fetch()` methods 2 years ago
SQLiteMigrator.php
SQLiteSessionInit.php
SchemaWrapper.php chore: apply new CSFixer rules 11 months ago
SetTransactionIsolationLevel.php