Moved search_like to resultset
[dbsrgits/DBIx-Class.git] / Changes
CommitLineData
3b44ccc6 1Revision history for DBIx::Class
2
2f5911b2 30.0499_01
4
47bd0267 50.04001
6 - Fix so set_inflated_column calls set_column
7
80.04 2005-11-26
484c9dda 9 - Moved get_simple and set_simple into AccessorGroup
10 - Made 'new' die if given invalid columns
103647d5 11 - Added has_column and column_info to Table.pm
12 - Refactored away from direct use of _columns and _primaries
47bd0267 13 - Switched from NEXT to Class::C3
484c9dda 14
2441e56f 150.03004
16 - Added an || '' to the CDBICompat stringify to avoid null warnings
3b44ccc6 17 - Updated name section for manual pods
18
190.03003 2005-11-03 17:00:00
20 - POD fixes.
21 - Changed use to require in Relationship/Base to avoid import.
22
230.03002 2005-10-20 22:35:00
24 - Minor bugfix to new (Row.pm)
25 - Schema doesn't die if it can't load a class (Schema.pm)
26 - New UUID columns plugin (UUIDColumns.pm)
27 - Documentation improvements.
28
290.03001 2005-09-23 14:00:00
30 - Fixes to relationship helpers
31 - IMPORTANT: prefetch/schema combination bug fix
32
330.03 2005-09-19 19:35:00
34 - Paging support
35 - Join support on search
36 - Prefetch support on search
37
380.02 2005-08-12 18:00:00
39 - Test fixes.
40 - Performance improvements.
41 - Oracle primary key support.
42 - MS-SQL primary key support.
43 - SQL::Abstract::Limit integration for database-agnostic limiting.
44
450.01 2005-08-08 17:10:00
46 - initial release