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
18c0bcb2da
nextcloud-server
/
lib
/
private
/
DB
History
Stephan Orbaugh
65941811b3
Merge pull request
#44788
from nextcloud/db-error-logging
...
feat: add additional logging for database errors
2024-07-25 09:09:57 +07:00
..
Exceptions
feat(db): add mapping for lock wait timeout
2024-05-29 11:10:43 +07:00
QueryBuilder
Merge pull request
#44788
from nextcloud/db-error-logging
2024-07-25 09:09:57 +07:00
Adapter.php
…
AdapterMySQL.php
feat(dbal): add proper insert ignore conflict method for MySQL
2024-06-25 11:28:37 +07:00
AdapterOCI8.php
…
AdapterPgSql.php
feat(db): remove workaround for pqsql 9.4 and older
2024-06-03 12:47:31 +07:00
AdapterSqlite.php
feat(dbal): add proper insert ignore conflict method for SQLite
2024-06-25 16:21:01 +07:00
BacktraceDebugStack.php
…
Connection.php
feat: add additional logging for database errors
2024-07-24 15:35:07 +07:00
ConnectionAdapter.php
feat: add additional logging for database errors
2024-07-24 15:35:07 +07:00
ConnectionFactory.php
…
DbDataCollector.php
…
MigrationException.php
…
MigrationService.php
fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of removed upstream platforms
2024-07-19 11:21:14 +07:00
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
2024-07-19 11:21:11 +07:00
OracleMigrator.php
…
PgSqlTools.php
fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprecated
2024-07-19 11:21:11 +07:00
PreparedStatement.php
…
ResultAdapter.php
fix(db): Fix internal calls to doctrine's `fetch()` methods
2024-07-19 11:21:12 +07:00
SQLiteMigrator.php
…
SQLiteSessionInit.php
…
SchemaWrapper.php
feat: add commands for exporting current and expected database schema
2024-07-02 13:45:12 +07:00
SetTransactionIsolationLevel.php
…