Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / TODO
CommitLineData
38e48163 12005-04-16 by mst
2 - set_from_related should take undef
3 - ResultSource objects caching ->resultset causes interesting problems
4 - find why XSUB dumper kills schema in Catalyst (may be Pg only?)
5
bad808ba 62006-03-25 by mst
bad808ba 7 - delay relationship setup if done via ->load_classes
8 - double-sided relationships
bad808ba 9 - make short form of class specifier in relationships work
2b7a4025 10
2b7a4025 112006-03-18 by bluefeet
12 - Support table locking.
13
8ae30bcf 142006-05-25 by mst (TODOed by bluefeet)
15 Add the search attributes "limit" and "rows_per_page".
16 limit: work as expected just like offset does
17 rows_per_page: only be used if you used the page attr or called $rs->page
710e8c85 18 rows: modify to be an alias that gets used to populate either as appropriate,
8ae30bcf 19 if you haven't specified one of the others
7d9ac7ce 20
ec052c52 212008-10-30 by ribasushi
ec052c52 22 - Rewrite the test suite to rely on $schema->deploy, allowing for seamless
23 testing of various RDBMS using the same tests
31337730 24 - Recursive update() (all code seems to be already available)