better v7+backcompat tests
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO
CommitLineData
6e95586b 1OTHER STUFF
2===========
16f6b6ac 3
a13b2803 4support multiple/all schemas, instead of just one
5
6support pk/uk/fk info on views, possibly. May or may not be a sane thing to try to do.
92b24d67 7
996be9ee 8Fix up ResultSet Manager / Methods / etc stuff. May require some work in the
9main DBIx::Class first.
16f6b6ac 10
3980d69c 11SQLite needs some heavy refactoring, the subroutines are becoming too complex to understand easily.
16f6b6ac 12
996be9ee 13Refactor RelBuilder so that it doesn't require a live mostly-built
14DBIx::Class::Schema, so that other modules (SQLT) can use it easier. And then
15when/if we get there, break it out as a seperate distribution with a new name.
c2849787 16
89ecd854 17Relationship stuff:
16f6b6ac 18 Re-scan relations/tables after initial relation setup to find ->many_to_many() relations to be set up?
c2849787 19 While scanning for many-to-many, scan for implied rels as well? (if foo->belongs_to('bar') and baz->belongs_to('bar'), does that impliy foo->might_have('baz') and the reverse?)
996be9ee 20 ...
a1a91c42 21
22unregister sources for dropped tables on rescan