Schema::Loader converted to better inheritance model, no longer pollutes user schema...
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO
CommitLineData
16f6b6ac 1
2Reminders to myself or whoever else ever looks in here...
3
3980d69c 4SQLite needs some heavy refactoring, the subroutines are becoming too complex to understand easily.
16f6b6ac 5MySQL needs implicit FK support, I think.
3980d69c 6the base/use injection stuff needs error checking/reporting, and some testing
16f6b6ac 7
3980d69c 8Consider:
16f6b6ac 9 If local column is UNIQUE or PK, use has_one() for relation?
10 Re-scan relations/tables after initial relation setup to find ->many_to_many() relations to be set up?
11 Check NULLability of columns involved in the relationship, which might suggest a more optimal non-default -join-type?
12
13...