nextcloud/lib/private/Repair
Robin Müller e359640899
Don't use double quotes in MySQL queries
MySQL databases with the ANSI_QUOTES mode enabled treat " as an identifier
quote (see https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sqlmode_ansi_quotes).
So for such databases the 'occ upgrade' fails with an error message like this:
... unknown column 'oc_*' in where clause.

This fix replaces the doulbe quotes with single quotes that should be always
used in MySQL queries to quote literal strings.

Signed-off-by: Robin Müller <robin.mueller@1und1.de>
2018-03-06 11:25:37 +01:00
..
NC11 Copy avatars to the new location 2017-05-18 10:49:04 +02:00
NC12 move repair step to stable12 2017-08-30 20:36:47 +02:00
NC13 dont run invalid path repair step when upgrading from 11.0.5.2 and later 2017-10-03 16:28:54 +02:00
Owncloud Fix Nextcloud 12 compatibility 2017-09-11 11:14:33 +02:00
CleanTags.php fix whitespace in cleantags 2017-03-30 12:49:09 +02:00
Collation.php Don't use double quotes in MySQL queries 2018-03-06 11:25:37 +01:00
MoveUpdaterStepFile.php Add proper default value for datadir 2017-01-19 19:49:41 -06:00
OldGroupMembershipShares.php Fix others 2016-07-21 18:13:57 +02:00
RemoveRootShares.php introduce callForSeenUsers and countSeenUsers (#26361) 2016-10-28 08:44:05 +02:00
RepairInvalidShares.php Remove unused use statements 2017-04-22 19:23:31 -05:00
RepairMimeTypes.php Add repair steps for new image mime types 2017-04-25 18:56:23 +02:00
SqliteAutoincrement.php Fix others 2016-07-21 18:13:57 +02:00