0.01002 - fix email addr typo, doh
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO
1
2 Reminders to myself or whoever else ever looks in here...
3
4 SQLite needs some heavy refactoring, the subroutines are becoming too complex to understand easily.
5
6 Consider:
7    If local column is UNIQUE or PK, use has_one() for relation?
8    Re-scan relations/tables after initial relation setup to find ->many_to_many() relations to be set up?
9    Check NULLability of columns involved in the relationship, which might suggest a more optimal non-default -join-type?
10
11 ...