Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / TODO
1 2005-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
6 2006-03-25 by mst
7   - delay relationship setup if done via ->load_classes
8   - double-sided relationships
9   - make short form of class specifier in relationships work
10
11 2006-03-18 by bluefeet
12  - Support table locking.
13
14 2006-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
18  rows: modify to be an alias that gets used to populate either as appropriate,
19        if you haven't specified one of the others
20
21 2008-10-30 by ribasushi
22   - Rewrite the test suite to rely on $schema->deploy, allowing for seamless
23     testing of various RDBMS using the same tests
24   - Recursive update() (all code seems to be already available)