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