Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
SQLite supports foreign keys since version 3.6.19:
http://www.sqlite.org/foreignkeys.html
note when implementing this it also makes sense to look into fixing this typo (likely keeping the current version in place for BC):
https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php#L325