nextcloud/lib/private/DB
Robin Appelman b51f32ec08
change reconect wrapper to only check connection after inactivity
instead of always checking every minute, only check the connection after a minute of inactivity.
this should better reflect how idle timeouts of sql servers work and remove most of the cases where this check was previously done.

Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-02-09 16:30:59 +01:00
..
QueryBuilder CI satisfaction 2021-01-14 13:16:02 +01:00
Adapter.php Remove @suppress SqlInjectionChecker 2020-09-16 15:53:56 +02:00
AdapterMySQL.php Update license headers 2019-12-05 15:38:45 +01:00
AdapterOCI8.php Update license headers for 19 2020-04-29 11:57:22 +02:00
AdapterPgSql.php Remove @suppress SqlInjectionChecker 2020-09-16 15:53:56 +02:00
AdapterSqlite.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Connection.php Don't try to update on NotNullConstraintViolationException, only on unique or foreign key 2020-11-12 12:57:51 +01:00
ConnectionFactory.php Add visibility to all constants 2020-04-10 16:54:27 +02:00
MDB2SchemaManager.php Fix "misplaced variables" warning of Psalm in PHPDoc statements 2020-08-17 17:46:57 +02:00
MDB2SchemaReader.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
MDB2SchemaWriter.php Update license headers for 19 2020-04-29 11:57:22 +02:00
MigrationException.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
MigrationService.php Make sure the migrations table schema is always checked 2020-12-14 11:12:52 +01:00
Migrator.php Fix "misplaced variables" warning of Psalm in PHPDoc statements 2020-08-17 17:46:57 +02:00
MissingColumnInformation.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
MissingIndexInformation.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
MissingPrimaryKeyInformation.php Create primary keys on all tables and add a command to create the afterwards 2020-11-12 12:57:52 +01:00
MySQLMigrator.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
MySqlTools.php Update license headers for 19 2020-04-29 11:57:22 +02:00
OCSqlitePlatform.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
OracleConnection.php Use matching parameter names form interfaces and implementations 2020-08-19 18:16:35 +02:00
OracleMigrator.php Update license headers for 19 2020-04-29 11:57:22 +02:00
PgSqlTools.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
PostgreSqlMigrator.php Update license headers 2019-12-05 15:38:45 +01:00
ReconnectWrapper.php change reconect wrapper to only check connection after inactivity 2021-02-09 16:30:59 +01:00
SQLiteMigrator.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
SQLiteSessionInit.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
SchemaWrapper.php Update license headers for 19 2020-04-29 11:57:22 +02:00
SetTransactionIsolationLevel.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00