minor pod fixes
[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
5
60.04 2005-11-26
484c9dda 7 - Moved get_simple and set_simple into AccessorGroup
8 - Made 'new' die if given invalid columns
103647d5 9 - Added has_column and column_info to Table.pm
10 - Refactored away from direct use of _columns and _primaries
47bd0267 11 - Switched from NEXT to Class::C3
484c9dda 12
2441e56f 130.03004
14 - Added an || '' to the CDBICompat stringify to avoid null warnings
3b44ccc6 15 - Updated name section for manual pods
16
170.03003 2005-11-03 17:00:00
18 - POD fixes.
19 - Changed use to require in Relationship/Base to avoid import.
20
210.03002 2005-10-20 22:35:00
22 - Minor bugfix to new (Row.pm)
23 - Schema doesn't die if it can't load a class (Schema.pm)
24 - New UUID columns plugin (UUIDColumns.pm)
25 - Documentation improvements.
26
270.03001 2005-09-23 14:00:00
28 - Fixes to relationship helpers
29 - IMPORTANT: prefetch/schema combination bug fix
30
310.03 2005-09-19 19:35:00
32 - Paging support
33 - Join support on search
34 - Prefetch support on search
35
360.02 2005-08-12 18:00:00
37 - Test fixes.
38 - Performance improvements.
39 - Oracle primary key support.
40 - MS-SQL primary key support.
41 - SQL::Abstract::Limit integration for database-agnostic limiting.
42
430.01 2005-08-08 17:10:00
44 - initial release