nextcloud/core/command/db
Andreas Fischer e3b0b40779 Do not quote table names on Oracle. They appear to be already quoted.
Without this commit, Oracle complains as follows:
  [Doctrine\DBAL\DBALException]
  An exception occurred while executing 'INSERT INTO "oc_appconfig" ("""appid""",
  """configkey""", """configvalue""") VALUES (?, ?, ?)' with params ["core",
  "installedat", "1396972927.537"]:

  ORA-01741: illegal zero-length identifier
2014-04-14 17:52:34 +02:00
..
converttype.php Do not quote table names on Oracle. They appear to be already quoted. 2014-04-14 17:52:34 +02:00
generatechangescript.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00