When running the Drupal\migrate_drupal\Tests\d6\MigrateCckFieldRevisionTest test using sqlite for the test results I get the following error.

Exception Notice     SqlBase.php        207 Drupal\migrate\Plugin\migrate\sourc
    Undefined index:
    portDrupal\migrate\Plugin\migrate\source\SqlBase->mapJoinable()
CommentFileSizeAuthor
fix-sqlbase.patch906 bytesalexpott
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chx’s picture

Status: Needs review » Reviewed & tested by the community

Sigh. Thanks!

  • webchick committed 8db6d1f on 8.0.x
    Issue #2343213 by alexpott: Fixed SQLBase::mapjoinable does not support...
webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Wim Leers’s picture

Unfortunately this fix was incomplete; it only covered one direction. #3159101: SQLBase::mapjoinable still does not support SQLite fixes the other direction.