nextcloud-server/core/Command/Db
Daniel Kesselberg 7259259d1e 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-09 17:01:07 +07:00
..
Migrations Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +07:00
AddMissingColumns.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +07:00
AddMissingIndices.php Revert "[stable21] add a prefix index to filecache.path" 2021-04-08 10:08:34 +07:00
AddMissingPrimaryKeys.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +07:00
ConvertFilecacheBigInt.php Migrate internal classes to the OCP db col types 2021-01-12 14:09:13 +07:00
ConvertMysqlToMB4.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +07:00
ConvertType.php Fix #26085 2021-06-09 17:01:07 +07:00