nextcloud-server/lib/private/DB
Joas Schilling f557e1e214
Indeces, columns and sequences don't have the table prefix
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-28 14:51:11 +07:00
..
QueryBuilder add casting to string for postgresql query builder 2019-03-14 14:19:10 +07:00
Adapter.php Fix PHPDoc 2019-03-21 17:05:57 +07:00
AdapterMySQL.php
AdapterOCI8.php
AdapterPgSql.php Fix PHPDoc 2019-03-21 17:05:57 +07:00
AdapterSqlite.php Add deprecation message ofr insertIfNotExist 2018-11-09 12:13:30 +07:00
Connection.php Code cleanup. 2019-03-21 11:42:00 +07:00
ConnectionFactory.php Use const for dbname and dbtableprefix defaults 2018-09-23 18:15:57 +07:00
MDB2SchemaManager.php Update license headers 2017-11-06 16:56:19 +07:00
MDB2SchemaReader.php Update license headers 2017-11-06 16:56:19 +07:00
MDB2SchemaWriter.php
MigrationException.php
MigrationService.php Indeces, columns and sequences don't have the table prefix 2019-03-28 14:51:11 +07:00
Migrator.php Update license headers 2017-11-06 16:56:19 +07:00
MissingIndexInformation.php Fix wrong hint about missing indexes 2018-06-13 11:56:43 +07: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 +07:00
OCSqlitePlatform.php
OracleConnection.php Update license headers 2017-11-06 16:56:19 +07:00
OracleMigrator.php Update license headers 2017-11-06 16:56:19 +07:00
PgSqlTools.php
PostgreSqlMigrator.php
ReconnectWrapper.php Check connection status and attempt to reconnect each each minute 2018-05-08 19:25:58 +07:00
SQLiteMigrator.php
SQLiteSessionInit.php Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +07:00
SchemaWrapper.php Remove unused import statements 2018-02-14 16:55:43 +07:00