nextcloud/lib
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
..
composer add option to use legacy v2 auth with s3 2018-01-09 18:21:47 +01:00
l10n [tx-robot] updated from transifex 2018-03-06 01:13:03 +00:00
private Don't use double quotes in MySQL queries 2018-03-06 11:25:37 +01:00
public Don't lie about the preview mimetype 2018-01-08 20:39:39 +01:00
autoloader.php Revert "Add a magic wrapper to allow phpunit4 to run the code again " 2017-03-20 14:25:43 +01:00
base.php Use the guest.css for the maintenance page as well 2017-06-14 11:10:20 -05:00
versioncheck.php Nextcloud 12 is not compatible with newer than php 7.1 2018-02-07 13:38:37 +01:00