Bugfixes, optimisations
[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
5
2441e56f 60.03004
7 - Added an || '' to the CDBICompat stringify to avoid null warnings
3b44ccc6 8 - Updated name section for manual pods
9
100.03003 2005-11-03 17:00:00
11 - POD fixes.
12 - Changed use to require in Relationship/Base to avoid import.
13
140.03002 2005-10-20 22:35:00
15 - Minor bugfix to new (Row.pm)
16 - Schema doesn't die if it can't load a class (Schema.pm)
17 - New UUID columns plugin (UUIDColumns.pm)
18 - Documentation improvements.
19
200.03001 2005-09-23 14:00:00
21 - Fixes to relationship helpers
22 - IMPORTANT: prefetch/schema combination bug fix
23
240.03 2005-09-19 19:35:00
25 - Paging support
26 - Join support on search
27 - Prefetch support on search
28
290.02 2005-08-12 18:00:00
30 - Test fixes.
31 - Performance improvements.
32 - Oracle primary key support.
33 - MS-SQL primary key support.
34 - SQL::Abstract::Limit integration for database-agnostic limiting.
35
360.01 2005-08-08 17:10:00
37 - initial release