Committed version bump to DBIx::Class
[dbsrgits/DBIx-Class.git] / Changes
CommitLineData
3b44ccc6 1Revision history for DBIx::Class
2
484c9dda 3 - Moved get_simple and set_simple into AccessorGroup
4 - Made 'new' die if given invalid columns
103647d5 5 - Added has_column and column_info to Table.pm
6 - Refactored away from direct use of _columns and _primaries
484c9dda 7
2441e56f 80.03004
9 - Added an || '' to the CDBICompat stringify to avoid null warnings
3b44ccc6 10 - Updated name section for manual pods
11
120.03003 2005-11-03 17:00:00
13 - POD fixes.
14 - Changed use to require in Relationship/Base to avoid import.
15
160.03002 2005-10-20 22:35:00
17 - Minor bugfix to new (Row.pm)
18 - Schema doesn't die if it can't load a class (Schema.pm)
19 - New UUID columns plugin (UUIDColumns.pm)
20 - Documentation improvements.
21
220.03001 2005-09-23 14:00:00
23 - Fixes to relationship helpers
24 - IMPORTANT: prefetch/schema combination bug fix
25
260.03 2005-09-19 19:35:00
27 - Paging support
28 - Join support on search
29 - Prefetch support on search
30
310.02 2005-08-12 18:00:00
32 - Test fixes.
33 - Performance improvements.
34 - Oracle primary key support.
35 - MS-SQL primary key support.
36 - SQL::Abstract::Limit integration for database-agnostic limiting.
37
380.01 2005-08-08 17:10:00
39 - initial release