[Bast-commits] r5723 - branches/DBIx-Class-Schema-Loader/current
ilmari at dev.catalyst.perl.org
ilmari at dev.catalyst.perl.org
Mon Mar 9 21:02:30 GMT 2009
Author: ilmari
Date: 2009-03-09 21:02:29 +0000 (Mon, 09 Mar 2009)
New Revision: 5723
Modified:
branches/DBIx-Class-Schema-Loader/current/TODO
Log:
Remove completed TODOs
Modified: branches/DBIx-Class-Schema-Loader/current/TODO
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/TODO 2009-03-09 21:02:02 UTC (rev 5722)
+++ branches/DBIx-Class-Schema-Loader/current/TODO 2009-03-09 21:02:29 UTC (rev 5723)
@@ -13,8 +13,6 @@
when/if we get there, break it out as a seperate distribution with a new name.
Relationship stuff:
- If local column is UNIQUE or PK, use has_one() for relation?
Re-scan relations/tables after initial relation setup to find ->many_to_many() relations to be set up?
- Check NULLability of columns involved in the relationship, which might suggest a more optimal non-default -join-type?
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?)
...
More information about the Bast-commits
mailing list