nextcloud/lib
Robin Müller 619ee56835
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:07 +01:00
..
composer Add tests and class mapping 2018-02-06 12:32:50 +01:00
l10n [tx-robot] updated from transifex 2018-03-06 01:12:41 +00:00
private Don't use double quotes in MySQL queries 2018-03-06 11:25:07 +01:00
public Hardening of SimpleFile getContent 2018-03-02 21:23:41 +01:00
autoloader.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
base.php Send a proper response for status.php on trusted domain error 2018-01-24 15:42:25 +01:00
versioncheck.php Nextcloud 13 is not compatible with newer than php 7.2 2017-12-12 10:55:09 +01:00