Fixed typo in Build.PL
[dbsrgits/DBIx-Class.git] / Changes
CommitLineData
3b44ccc6 1Revision history for DBIx::Class
2
2441e56f 30.03004
4 - Added an || '' to the CDBICompat stringify to avoid null warnings
3b44ccc6 5 - Updated name section for manual pods
6
70.03003 2005-11-03 17:00:00
8 - POD fixes.
9 - Changed use to require in Relationship/Base to avoid import.
10
110.03002 2005-10-20 22:35:00
12 - Minor bugfix to new (Row.pm)
13 - Schema doesn't die if it can't load a class (Schema.pm)
14 - New UUID columns plugin (UUIDColumns.pm)
15 - Documentation improvements.
16
170.03001 2005-09-23 14:00:00
18 - Fixes to relationship helpers
19 - IMPORTANT: prefetch/schema combination bug fix
20
210.03 2005-09-19 19:35:00
22 - Paging support
23 - Join support on search
24 - Prefetch support on search
25
260.02 2005-08-12 18:00:00
27 - Test fixes.
28 - Performance improvements.
29 - Oracle primary key support.
30 - MS-SQL primary key support.
31 - SQL::Abstract::Limit integration for database-agnostic limiting.
32
330.01 2005-08-08 17:10:00
34 - initial release