nextcloud/lib/private/DB
Robin Appelman 88cc1ba064 disable path prefix index on postgresql for now
having the index work properly for the queries we need it for requires some additional options which dbal does not support at the momement.
to prevent making it harder to add the correct index later on we don't create the index for now on postgresql

Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-11-27 02:48:43 +01:00
..
Exceptions Update php licenses 2021-06-04 22:02:41 +02:00
QueryBuilder Apply changes from master's update to 3.1.3 2021-11-15 19:06:36 +01:00
Adapter.php Update php licenses 2021-06-04 22:02:41 +02:00
AdapterMySQL.php make it possible to override the default collation 2021-09-09 17:41:48 +00:00
AdapterOCI8.php Update php licenses 2021-06-04 22:02:41 +02:00
AdapterPgSql.php Update php licenses 2021-06-04 22:02:41 +02:00
AdapterSqlite.php Update php licenses 2021-06-04 22:02:41 +02:00
Connection.php Allow NULL as well for limit, not integer only 2021-11-15 18:59:14 +01:00
ConnectionAdapter.php Update php licenses 2021-06-04 22:02:41 +02:00
ConnectionFactory.php make it possible to override the default collation 2021-09-09 17:41:48 +00:00
MigrationException.php Update php licenses 2021-06-04 22:02:41 +02:00
MigrationService.php Update php licenses 2021-06-04 22:02:41 +02:00
Migrator.php Update php licenses 2021-06-04 22:02:41 +02:00
MissingColumnInformation.php Update php licenses 2021-06-04 22:02:41 +02:00
MissingIndexInformation.php Update php licenses 2021-06-04 22:02:41 +02:00
MissingPrimaryKeyInformation.php Update php licenses 2021-06-04 22:02:41 +02:00
MySQLMigrator.php Update php licenses 2021-06-04 22:02:41 +02:00
MySqlTools.php Update php licenses 2021-06-04 22:02:41 +02:00
OCSqlitePlatform.php Update php licenses 2021-06-04 22:02:41 +02:00
OracleConnection.php Update php licenses 2021-06-04 22:02:41 +02:00
OracleMigrator.php Update php licenses 2021-06-04 22:02:41 +02:00
PgSqlTools.php Update php licenses 2021-06-04 22:02:41 +02:00
PostgreSqlMigrator.php Update php licenses 2021-06-04 22:02:41 +02:00
PreparedStatement.php Update php licenses 2021-06-04 22:02:41 +02:00
ResultAdapter.php Update php licenses 2021-06-04 22:02:41 +02:00
SchemaWrapper.php disable path prefix index on postgresql for now 2021-11-27 02:48:43 +01:00
SetTransactionIsolationLevel.php Update php licenses 2021-06-04 22:02:41 +02:00
SQLiteMigrator.php Update php licenses 2021-06-04 22:02:41 +02:00
SQLiteSessionInit.php Update php licenses 2021-06-04 22:02:41 +02:00