[Pkg-owncloud-commits] [owncloud] 22/32: ignore comments on schema as a quickfix for oc6
David Prévot
taffit at moszumanska.debian.org
Sun Dec 15 01:47:33 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit db696a2dda41810a034f7ec4ab9b0a630c61caea
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Fri Dec 13 12:54:51 2013 +0100
ignore comments on schema as a quickfix for oc6
---
lib/private/db/mdb2schemareader.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/private/db/mdb2schemareader.php b/lib/private/db/mdb2schemareader.php
index 511bd1c..fef24ad 100644
--- a/lib/private/db/mdb2schemareader.php
+++ b/lib/private/db/mdb2schemareader.php
@@ -176,8 +176,9 @@ class MDB2SchemaReader {
$options['default'] = $default;
break;
case 'comments':
- $comment = (string)$child;
- $options['comment'] = $comment;
+ //FIXME for now we ignore comments https://github.com/doctrine/dbal/pull/407
+ //$comment = (string)$child;
+ //$options['comment'] = $comment;
break;
case 'primary':
$primary = $this->asBool($child);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list