unregister dropped sources on rescan
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO
diff --git a/TODO b/TODO
index ee048c4..95b9bf5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,3 @@
-0.05 BLOCKERS
-=============
-
-Add backwards-compatibility mode when regenerating a 0.04-generated schema
-
 OTHER STUFF
 ===========
 
@@ -13,8 +8,6 @@ support pk/uk/fk info on views, possibly.  May or may not be a sane thing to try
 Fix up ResultSet Manager / Methods / etc stuff.  May require some work in the
 main DBIx::Class first.
 
-SQLite needs some heavy refactoring, the subroutines are becoming too complex to understand easily.
-
 Refactor RelBuilder so that it doesn't require a live mostly-built
 DBIx::Class::Schema, so that other modules (SQLT) can use it easier.  And then
 when/if we get there, break it out as a seperate distribution with a new name.