nextcloud-server/lib/private/DB
Joas Schilling ecad09b38a
Merge pull request #36261 from nextcloud/techdebt/noid/warn-devs-about-potential-bugs
fix(querybuilder): Log a warning if where() is called again on a quer…
2023-01-23 18:47:25 +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
AdapterPgSql.php
AdapterSqlite.php composer run cs:fix 2023-01-20 11:45:08 +07:00
BacktraceDebugStack.php
Connection.php Fix more psalm issues in OC\DB 2022-11-21 11:30:20 +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
MigrationException.php
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
MissingIndexInformation.php
MissingPrimaryKeyInformation.php
MySQLMigrator.php
MySqlTools.php composer run cs:fix 2023-01-20 11:45:08 +07:00
OCSqlitePlatform.php
ObjectParameter.php
OracleConnection.php
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
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 composer run cs:fix 2023-01-20 11:45:08 +07:00
SQLiteSessionInit.php
SchemaWrapper.php composer run cs:fix 2023-01-20 11:45:08 +07:00
SetTransactionIsolationLevel.php