merge resultset branch through revision 371
[dbsrgits/DBIx-Class.git] / Changes
CommitLineData
3b44ccc6 1Revision history for DBIx::Class
2
2f5911b2 30.0499_01
4
47bd0267 50.04001
6 - Fix so set_inflated_column calls set_column
bfab575a 7 - Allow syntax errors in relationship classes to be reported.
47bd0267 8
90.04 2005-11-26
484c9dda 10 - Moved get_simple and set_simple into AccessorGroup
11 - Made 'new' die if given invalid columns
103647d5 12 - Added has_column and column_info to Table.pm
13 - Refactored away from direct use of _columns and _primaries
47bd0267 14 - Switched from NEXT to Class::C3
484c9dda 15
2441e56f 160.03004
17 - Added an || '' to the CDBICompat stringify to avoid null warnings
3b44ccc6 18 - Updated name section for manual pods
19
200.03003 2005-11-03 17:00:00
21 - POD fixes.
22 - Changed use to require in Relationship/Base to avoid import.
23
240.03002 2005-10-20 22:35:00
25 - Minor bugfix to new (Row.pm)
26 - Schema doesn't die if it can't load a class (Schema.pm)
27 - New UUID columns plugin (UUIDColumns.pm)
28 - Documentation improvements.
29
300.03001 2005-09-23 14:00:00
31 - Fixes to relationship helpers
32 - IMPORTANT: prefetch/schema combination bug fix
33
340.03 2005-09-19 19:35:00
35 - Paging support
36 - Join support on search
37 - Prefetch support on search
38
390.02 2005-08-12 18:00:00
40 - Test fixes.
41 - Performance improvements.
42 - Oracle primary key support.
43 - MS-SQL primary key support.
44 - SQL::Abstract::Limit integration for database-agnostic limiting.
45
460.01 2005-08-08 17:10:00
47 - initial release