Commit 7282289f authored by Marco Pivetta's avatar Marco Pivetta

Fixing support of FK as tested in @49df3598

parent 49df3598
...@@ -602,6 +602,14 @@ class SqlitePlatform extends AbstractPlatform ...@@ -602,6 +602,14 @@ class SqlitePlatform extends AbstractPlatform
return true; return true;
} }
/**
* {@inheritDoc}
*/
public function supportsForeignKeyConstraints()
{
return false;
}
/** /**
* {@inheritDoc} * {@inheritDoc}
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment