rewrite belongs_to again, so $cond is foreign key in current table
[dbsrgits/DBIx-Class.git] / Changes
CommitLineData
3b44ccc6 1Revision history for DBIx::Class
2
47bd0267 30.04001
4 - Fix so set_inflated_column calls set_column
55de06f1 5 - Allow syntax errors in relationship classes to be reported.
47bd0267 6
70.04 2005-11-26
484c9dda 8 - Moved get_simple and set_simple into AccessorGroup
9 - Made 'new' die if given invalid columns
103647d5 10 - Added has_column and column_info to Table.pm
11 - Refactored away from direct use of _columns and _primaries
47bd0267 12 - Switched from NEXT to Class::C3
484c9dda 13
2441e56f 140.03004
15 - Added an || '' to the CDBICompat stringify to avoid null warnings
3b44ccc6 16 - Updated name section for manual pods
17
180.03003 2005-11-03 17:00:00
19 - POD fixes.
20 - Changed use to require in Relationship/Base to avoid import.
21
220.03002 2005-10-20 22:35:00
23 - Minor bugfix to new (Row.pm)
24 - Schema doesn't die if it can't load a class (Schema.pm)
25 - New UUID columns plugin (UUIDColumns.pm)
26 - Documentation improvements.
27
280.03001 2005-09-23 14:00:00
29 - Fixes to relationship helpers
30 - IMPORTANT: prefetch/schema combination bug fix
31
320.03 2005-09-19 19:35:00
33 - Paging support
34 - Join support on search
35 - Prefetch support on search
36
370.02 2005-08-12 18:00:00
38 - Test fixes.
39 - Performance improvements.
40 - Oracle primary key support.
41 - MS-SQL primary key support.
42 - SQL::Abstract::Limit integration for database-agnostic limiting.
43
440.01 2005-08-08 17:10:00
45 - initial release