Merge 'trunk' into 'DBIx-Class-resultset'
[dbsrgits/DBIx-Class.git] / Changes
CommitLineData
3b44ccc6 1Revision history for DBIx::Class
2
82b1cd1f 30.04999_01 2005-12-27 03:33:42
4 - search and related methods moved to ResultSet
5 - select and as added to ResultSet attrs
6 - added DBIx::Class::Table and TableInstance for table-per-class
7 - added DBIx::Class::ResultSetInstance which handles proxying
8 search etc. as a superclass of DBIx::Class::DB
9 - assorted test and code cleanup work
10
de5d1955 110.04001 2005-12-13 22:00:00
47bd0267 12 - Fix so set_inflated_column calls set_column
de5d1955 13 - Syntax errors in relationship classes are now reported
c2074366 14 - Better error detection in set_primary_key and columns methods
15 - Documentation improvements
16 - Better transaction support with txn_* methods
17 - belongs_to now works when $cond is a string
18 - PK::Auto::Pg updated, only tries primary keys instead of all cols
47bd0267 19
200.04 2005-11-26
484c9dda 21 - Moved get_simple and set_simple into AccessorGroup
22 - Made 'new' die if given invalid columns
103647d5 23 - Added has_column and column_info to Table.pm
24 - Refactored away from direct use of _columns and _primaries
47bd0267 25 - Switched from NEXT to Class::C3
484c9dda 26
2441e56f 270.03004
28 - Added an || '' to the CDBICompat stringify to avoid null warnings
3b44ccc6 29 - Updated name section for manual pods
30
310.03003 2005-11-03 17:00:00
32 - POD fixes.
33 - Changed use to require in Relationship/Base to avoid import.
34
350.03002 2005-10-20 22:35:00
36 - Minor bugfix to new (Row.pm)
37 - Schema doesn't die if it can't load a class (Schema.pm)
38 - New UUID columns plugin (UUIDColumns.pm)
39 - Documentation improvements.
40
410.03001 2005-09-23 14:00:00
42 - Fixes to relationship helpers
43 - IMPORTANT: prefetch/schema combination bug fix
44
450.03 2005-09-19 19:35:00
46 - Paging support
47 - Join support on search
48 - Prefetch support on search
49
500.02 2005-08-12 18:00:00
51 - Test fixes.
52 - Performance improvements.
53 - Oracle primary key support.
54 - MS-SQL primary key support.
55 - SQL::Abstract::Limit integration for database-agnostic limiting.
56
570.01 2005-08-08 17:10:00
58 - initial release