Changes between Initial Version and Version 1 of Ticket #19676, comment 4
- Timestamp:
- Jan 27, 2013, 9:16:51 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19676, comment 4
initial v1 1 1 I think I found another bug while debugging this, SQLite supposedly `can_introspect_foreign_keys` but fails with recursive ones. 2 3 EDIT: 4 Actually `REFERENCES` clauses are not added on model creation.