aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/db/connection.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-01-12 13:57:46 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-01-12 16:28:11 +0100
commit1d2bef0a0116eefdd81221ba7502497845f0747b (patch)
treedeebc29175af5d851fc79cd6a373384b1baf7c00 /lib/private/db/connection.php
parentddf81c2ed988ddce244fd60c2a3a08027e9c228e (diff)
downloadnextcloud-server-1d2bef0a0116eefdd81221ba7502497845f0747b.tar.gz
nextcloud-server-1d2bef0a0116eefdd81221ba7502497845f0747b.zip
Use a special filter expression for Oracle to filter the prefix - fixes #13220
Diffstat (limited to 'lib/private/db/connection.php')
-rw-r--r--lib/private/db/connection.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/private/db/connection.php b/lib/private/db/connection.php
index f2fcd8730af..53935c1e1ed 100644
--- a/lib/private/db/connection.php
+++ b/lib/private/db/connection.php
@@ -35,6 +35,13 @@ class Connection extends \Doctrine\DBAL\Connection implements IDBConnection {
}
/**
+ * @return string
+ */
+ public function getPrefix() {
+ return $this->tablePrefix;
+ }
+
+ /**
* Initializes a new instance of the Connection class.
*
* @param array $params The connection parameters.