compose_namespace, just for claco. who by asking volunteered to document it. clearly.
[dbsrgits/DBIx-Class.git] / Changes
1 Revision history for DBIx::Class
2
3 0.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
11 0.04001 2005-12-13 22:00:00
12         - Fix so set_inflated_column calls set_column
13         - Syntax errors in relationship classes are now reported
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
19
20 0.04 2005-11-26
21         - Moved get_simple and set_simple into AccessorGroup
22         - Made 'new' die if given invalid columns
23         - Added has_column and column_info to Table.pm
24         - Refactored away from direct use of _columns and _primaries
25         - Switched from NEXT to Class::C3
26
27 0.03004
28         - Added an || '' to the CDBICompat stringify to avoid null warnings
29         - Updated name section for manual pods
30         
31 0.03003 2005-11-03 17:00:00
32         - POD fixes.
33         - Changed use to require in Relationship/Base to avoid import.
34
35 0.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
41 0.03001 2005-09-23 14:00:00
42         - Fixes to relationship helpers
43         - IMPORTANT: prefetch/schema combination bug fix
44
45 0.03    2005-09-19 19:35:00
46         - Paging support
47         - Join support on search
48         - Prefetch support on search
49
50 0.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
57 0.01    2005-08-08 17:10:00
58         - initial release