Fix incorrect whitespace test outside of checkouts
[dbsrgits/DBIx-Class.git] / TODO
CommitLineData
38e48163 12005-04-16 by mst
38e48163 2 - ResultSource objects caching ->resultset causes interesting problems
3 - find why XSUB dumper kills schema in Catalyst (may be Pg only?)
4
bad808ba 52006-03-25 by mst
bad808ba 6 - delay relationship setup if done via ->load_classes
7 - double-sided relationships
bad808ba 8 - make short form of class specifier in relationships work
2b7a4025 9
2b7a4025 102006-03-18 by bluefeet
11 - Support table locking.
12
8ae30bcf 132006-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
710e8c85 17 rows: modify to be an alias that gets used to populate either as appropriate,
8ae30bcf 18 if you haven't specified one of the others
7d9ac7ce 19
ec052c52 202008-10-30 by ribasushi
ec052c52 21 - Rewrite the test suite to rely on $schema->deploy, allowing for seamless
22 testing of various RDBMS using the same tests
31337730 23 - Recursive update() (all code seems to be already available)