nextcloud/core/Command/Db
Daniel Kesselberg 11cacf63f8
Fix #26085
addOrderBy expects a order expression. For the migration scenario we have column objects. Column objects are not supported by quoteColumnName yet.

A column object as order expression is most likely an edgy thing when migration database information.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-06-08 16:30:44 +02:00
..
Migrations Cleanup unneeded code around database.xml 2021-03-24 22:15:44 +01:00
AddMissingColumns.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
AddMissingIndices.php Revert "add a prefix index to filecache.path" 2021-04-08 10:09:13 +02:00
AddMissingPrimaryKeys.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
ConvertFilecacheBigInt.php Migrate internal classes to the OCP db col types 2021-01-12 14:09:13 +01:00
ConvertMysqlToMB4.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
ConvertType.php Fix #26085 2021-06-08 16:30:44 +02:00