[DBAL-382] add foreign key support to the SQLite platform Created: 14/Nov/12 Updated: 07/Jan/13 Resolved: 15/Nov/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | New Feature | Priority: | Major |
| Reporter: | Lukas Kahwe | Assignee: | Benjamin Eberlei |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Description |
|
SQLite supports foreign keys since version 3.6.19: note when implementing this it also makes sense to look into fixing this typo (likely keeping the current version in place for BC): |
| Comments |
| Comment by Lukas Kahwe [ 15/Nov/12 ] |
|
initial work: |
| Comment by Lukas Kahwe [ 15/Nov/12 ] |
|
typo in the PostgreSQL driver is fixed here: |
| Comment by Lukas Kahwe [ 15/Nov/12 ] |
|
closing in favor of http://doctrine-project.org/jira/browse/DBAL-383 and http://doctrine-project.org/jira/browse/DBAL-370 |
| Comment by Benjamin Eberlei [ 16/Nov/12 ] |
|
A related Github Pull-Request [GH-228] was closed |
| Comment by Benjamin Eberlei [ 02/Jan/13 ] |
|
A related Github Pull-Request [GH-242] was opened |
| Comment by Benjamin Eberlei [ 07/Jan/13 ] |
|
A related Github Pull-Request [GH-242] was closed |