Added select and as attrs to resultset
[dbsrgits/DBIx-Class.git] / Changes
CommitLineData
3b44ccc6 1Revision history for DBIx::Class
2
de5d1955 30.04001 2005-12-13 22:00:00
47bd0267 4 - Fix so set_inflated_column calls set_column
de5d1955 5 - Syntax errors in relationship classes are now reported
c2074366 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
47bd0267 11
120.04 2005-11-26
484c9dda 13 - Moved get_simple and set_simple into AccessorGroup
14 - Made 'new' die if given invalid columns
103647d5 15 - Added has_column and column_info to Table.pm
16 - Refactored away from direct use of _columns and _primaries
47bd0267 17 - Switched from NEXT to Class::C3
484c9dda 18
2441e56f 190.03004
20 - Added an || '' to the CDBICompat stringify to avoid null warnings
3b44ccc6 21 - Updated name section for manual pods
22
230.03003 2005-11-03 17:00:00
24 - POD fixes.
25 - Changed use to require in Relationship/Base to avoid import.
26
270.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
330.03001 2005-09-23 14:00:00
34 - Fixes to relationship helpers
35 - IMPORTANT: prefetch/schema combination bug fix
36
370.03 2005-09-19 19:35:00
38 - Paging support
39 - Join support on search
40 - Prefetch support on search
41
420.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
490.01 2005-08-08 17:10:00
50 - initial release