Added select and as attrs to resultset
[dbsrgits/DBIx-Class.git] / Changes
1 Revision history for DBIx::Class
2
3 0.04001 2005-12-13 22:00:00
4         - Fix so set_inflated_column calls set_column
5         - Syntax errors in relationship classes are now reported
6         - Better error detection in set_primary_key and columns methods
7         - Documentation improvements
8         - Better transaction support with txn_* methods
9         - belongs_to now works when $cond is a string
10         - PK::Auto::Pg updated, only tries primary keys instead of all cols
11
12 0.04 2005-11-26
13         - Moved get_simple and set_simple into AccessorGroup
14         - Made 'new' die if given invalid columns
15         - Added has_column and column_info to Table.pm
16         - Refactored away from direct use of _columns and _primaries
17         - Switched from NEXT to Class::C3
18
19 0.03004
20         - Added an || '' to the CDBICompat stringify to avoid null warnings
21         - Updated name section for manual pods
22         
23 0.03003 2005-11-03 17:00:00
24         - POD fixes.
25         - Changed use to require in Relationship/Base to avoid import.
26
27 0.03002 2005-10-20 22:35:00
28         - Minor bugfix to new (Row.pm)
29         - Schema doesn't die if it can't load a class (Schema.pm)
30         - New UUID columns plugin (UUIDColumns.pm)
31         - Documentation improvements.
32
33 0.03001 2005-09-23 14:00:00
34         - Fixes to relationship helpers
35         - IMPORTANT: prefetch/schema combination bug fix
36
37 0.03    2005-09-19 19:35:00
38         - Paging support
39         - Join support on search
40         - Prefetch support on search
41
42 0.02    2005-08-12 18:00:00
43         - Test fixes.
44         - Performance improvements.
45         - Oracle primary key support.
46         - MS-SQL primary key support.
47         - SQL::Abstract::Limit integration for database-agnostic limiting.
48
49 0.01    2005-08-08 17:10:00
50         - initial release