ignore comments on schema as a quickfix for oc6

remotes/origin/stable6
Jörn Friedrich Dreyer 13 years ago
parent 0b665700b5
commit db696a2dda
  1. 5
      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);

Loading…
Cancel
Save