nextcloud-server/lib/private/DB
Arthur Schiwon 997c2a2a79
fix DBAL exception handling in setValues
This seems to be a left over after abstracting DBAL. Nowadays,
IQueryBuilder::executeStatement() only throws a \OCP\DB\Exception, where
previously original DBAL exceptions where thrown. These are now wrapped,
the orignal classes are now mapped to a reason.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-03-31 17:01:17 +07:00
..
Exceptions composer run cs:fix 2023-01-20 11:45:08 +07:00
QueryBuilder Merge pull request #36261 from nextcloud/techdebt/noid/warn-devs-about-potential-bugs 2023-01-23 18:47:25 +07:00
Adapter.php composer run cs:fix 2023-01-20 11:45:08 +07:00
AdapterMySQL.php composer run cs:fix 2023-01-20 11:45:08 +07:00
AdapterOCI8.php Update php licenses 2021-06-04 22:02:41 +07:00
AdapterPgSql.php Check style update 2022-01-13 00:19:07 +07:00
AdapterSqlite.php composer run cs:fix 2023-01-20 11:45:08 +07:00
BacktraceDebugStack.php log start time of queries for profiler 2023-02-14 15:16:15 +07:00
Connection.php fix DBAL exception handling in setValues 2023-03-31 17:01:17 +07:00
ConnectionAdapter.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ConnectionFactory.php Change option name again to be more like the other options 2022-09-23 09:48:02 +07:00
DbDataCollector.php record backtrace when profiling db requests 2022-04-04 18:12:30 +07:00
MigrationException.php Update php licenses 2021-06-04 22:02:41 +07:00
MigrationService.php typehint migrationservice closures 2022-10-09 21:31:27 +07:00
Migrator.php Fix psalm issues following doctrine/dbal bump 2022-11-21 10:56:15 +07:00
MigratorExecuteSqlEvent.php Declare strict types in all new Event classes 2022-08-25 16:15:49 +07:00
MissingColumnInformation.php Update php licenses 2021-06-04 22:02:41 +07:00
MissingIndexInformation.php Update php licenses 2021-06-04 22:02:41 +07:00
MissingPrimaryKeyInformation.php Update php licenses 2021-06-04 22:02:41 +07:00
MySQLMigrator.php Update php licenses 2021-06-04 22:02:41 +07:00
MySqlTools.php composer run cs:fix 2023-01-20 11:45:08 +07:00
OCSqlitePlatform.php Update php licenses 2021-06-04 22:02:41 +07:00
ObjectParameter.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +07:00
OracleConnection.php Update php licenses 2021-06-04 22:02:41 +07:00
OracleMigrator.php composer run cs:fix 2023-01-20 11:45:08 +07:00
PgSqlTools.php composer run cs:fix 2023-01-20 11:45:08 +07:00
PostgreSqlMigrator.php Update php licenses 2021-06-04 22:02:41 +07:00
PreparedStatement.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ResultAdapter.php composer run cs:fix 2023-01-20 11:45:08 +07:00
SQLiteMigrator.php fix(DB): Remove not supported column comments when using SQLite 2023-02-22 01:07:26 +07:00
SQLiteSessionInit.php Update php licenses 2021-06-04 22:02:41 +07:00
SchemaWrapper.php composer run cs:fix 2023-01-20 11:45:08 +07:00
SetTransactionIsolationLevel.php Update php licenses 2021-06-04 22:02:41 +07:00