nextcloud/core/command
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
..
app Add occ command to list all apps 2013-11-25 17:34:16 +01:00
db Do not quote table names on Oracle. They appear to be already quoted. 2014-04-14 17:52:34 +02:00
maintenance Add a (currently) empty system for running common repair steps 2013-11-26 14:12:48 +01:00
user Merge branch 'master' into load-apps-proper-master 2014-03-21 14:05:08 +01:00
status.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
upgrade.php Merge branch 'master' into load-apps-proper-master 2014-03-21 14:05:08 +01:00