This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
nextcloud-server
mirror of
https://github.com/nextcloud/server.git
Watch
1
Star
0
Fork
You've already forked nextcloud-server
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2f647aacc5
nextcloud-server
/
lib
/
private
/
DB
History
Côme Chilliet
1b547c7db8
Migrate missing primary key database check to new API
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-27 15:23:52 +07:00
..
Exceptions
…
QueryBuilder
fix(workflowengine): use andWhere() not second where()
2023-11-13 14:47:47 +07:00
Adapter.php
Fix Exception catching in OC\DB\Adapter
2023-09-05 09:20:26 +07:00
AdapterMySQL.php
…
AdapterOCI8.php
…
AdapterPgSql.php
…
AdapterSqlite.php
…
BacktraceDebugStack.php
…
Connection.php
chore: apply changes from Nextcloud coding standards 1.1.1
2023-11-23 10:36:13 +07:00
ConnectionAdapter.php
enh(db): provide database providers via API
2023-09-19 11:56:44 +07:00
ConnectionFactory.php
Convert isset ternary to null coalescing operator
2023-09-28 17:44:19 +07:00
DbDataCollector.php
…
MigrationException.php
…
MigrationService.php
fix(install): Make installing more verbose
2023-11-03 15:44:46 +07:00
Migrator.php
chore: apply changes from Nextcloud coding standards 1.1.1
2023-11-23 10:36:13 +07:00
MigratorExecuteSqlEvent.php
…
MissingColumnInformation.php
Migrate missing column database check to new API
2023-11-27 15:23:52 +07:00
MissingIndexInformation.php
Migrate missing index database check to new API
2023-11-27 15:23:52 +07:00
MissingPrimaryKeyInformation.php
Migrate missing primary key database check to new API
2023-11-27 15:23:52 +07:00
MySqlTools.php
…
OCSqlitePlatform.php
…
ObjectParameter.php
…
OracleConnection.php
…
OracleMigrator.php
fix(oracle): Move away from internal and deprecated SchemaDiff API
2023-10-06 15:29:26 +07:00
PgSqlTools.php
…
PreparedStatement.php
…
ResultAdapter.php
…
SQLiteMigrator.php
fix(sqlite): Remove some old SQLite cheats
2023-10-06 15:29:27 +07:00
SQLiteSessionInit.php
…
SchemaWrapper.php
…
SetTransactionIsolationLevel.php
…