storage->disconnect and new tests for out-of-line implicit rels
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO
diff --git a/TODO b/TODO
index db0a04c..73ab417 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,7 +2,6 @@
 Reminders to myself or whoever else ever looks in here...
 
 SQLite needs some heavy refactoring, the subroutines are becoming too complex to understand easily.
-MySQL needs implicit FK support, I think.
 
 Consider:
    If local column is UNIQUE or PK, use has_one() for relation?