Skip to content

Commit

Permalink
Fixing support of FK as tested in @49df359
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 2, 2013
1 parent 49df359 commit 7282289
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,14 @@ public function canEmulateSchemas()
return true;
}

/**
* {@inheritDoc}
*/
public function supportsForeignKeyConstraints()
{
return false;
}

/**
* {@inheritDoc}
*/
Expand Down

0 comments on commit 7282289

Please sign in to comment.