server/lib/private/DB
Daniel Kesselberg 0ee191bf44
Use const for dbname and dbtableprefix defaults
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-09-23 18:15:57 +02:00
..
QueryBuilder Add count to function builder 2018-06-14 14:32:22 +02:00
Adapter.php Use short for of substr to not need strlen() 2018-01-25 22:23:48 +01:00
AdapterMySQL.php
AdapterOCI8.php dont double escape 2017-03-30 11:14:59 +02:00
AdapterPgSql.php
AdapterSqlite.php Use short for of substr to not need strlen() 2018-01-25 22:23:48 +01:00
Connection.php Check connection status and attempt to reconnect each each minute 2018-05-08 19:25:58 +02:00
ConnectionFactory.php Use const for dbname and dbtableprefix defaults 2018-09-23 18:15:57 +02:00
MDB2SchemaManager.php Update license headers 2017-11-06 16:56:19 +01:00
MDB2SchemaReader.php Update license headers 2017-11-06 16:56:19 +01:00
MDB2SchemaWriter.php
MigrationException.php
MigrationService.php Disable Oracle enforcement for now until the following issues are solved: 2018-08-06 17:34:40 +02:00
Migrator.php Update license headers 2017-11-06 16:56:19 +01:00
MissingIndexInformation.php Fix wrong hint about missing indexes 2018-06-13 11:56:43 +02:00
MySQLMigrator.php
MySqlTools.php MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default 2018-07-09 15:37:22 +02:00
OCSqlitePlatform.php
OracleConnection.php Update license headers 2017-11-06 16:56:19 +01:00
OracleMigrator.php Update license headers 2017-11-06 16:56:19 +01:00
PgSqlTools.php
PostgreSqlMigrator.php
ReconnectWrapper.php Check connection status and attempt to reconnect each each minute 2018-05-08 19:25:58 +02:00
SchemaWrapper.php Remove unused import statements 2018-02-14 16:55:43 +01:00
SQLiteMigrator.php
SQLiteSessionInit.php Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +01:00