refactor code needing version
[dbsrgits/DBIx-Class.git] / TODO
1 2005-04-16 by mst
2   - ResultSource objects caching ->resultset causes interesting problems
3   - find why XSUB dumper kills schema in Catalyst (may be Pg only?)
4
5 2006-03-25 by mst
6   - delay relationship setup if done via ->load_classes
7   - double-sided relationships
8   - make short form of class specifier in relationships work
9
10 2006-03-18 by bluefeet
11  - Support table locking.
12
13 2006-05-25 by mst (TODOed by bluefeet)
14  Add the search attributes "limit" and "rows_per_page".
15  limit: work as expected just like offset does
16  rows_per_page: only be used if you used the page attr or called $rs->page
17  rows: modify to be an alias that gets used to populate either as appropriate,
18        if you haven't specified one of the others
19
20 2008-10-30 by ribasushi
21   - Rewrite the test suite to rely on $schema->deploy, allowing for seamless
22     testing of various RDBMS using the same tests
23   - Recursive update() (all code seems to be already available)