Improved join condition possiblities - arrayrefs of hashrefs now work for OR
[dbsrgits/DBIx-Class.git] / Changes
CommitLineData
3b44ccc6 1Revision history for DBIx::Class
2
475978db 3 - added GROUP BY and DISTINCT support
4 - hacked around SQL::Abstract::Limit some more in DBIC::SQL::Abstract
5 (this may have fixed complex quoting)
6 - moved inflation to inflate_result in Row.pm
7 - added $rs->search_related
8 - split compose_namespace out of compose_connection in Schema
fea3d045 9 - ResultSet now handles find
10 - various *_related methods are now ->search_related->*
11 - added new_result to ResultSet
475978db 12
82b1cd1f 130.04999_01 2005-12-27 03:33:42
14 - search and related methods moved to ResultSet
15 - select and as added to ResultSet attrs
16 - added DBIx::Class::Table and TableInstance for table-per-class
17 - added DBIx::Class::ResultSetInstance which handles proxying
18 search etc. as a superclass of DBIx::Class::DB
19 - assorted test and code cleanup work
20
de5d1955 210.04001 2005-12-13 22:00:00
47bd0267 22 - Fix so set_inflated_column calls set_column
de5d1955 23 - Syntax errors in relationship classes are now reported
c2074366 24 - Better error detection in set_primary_key and columns methods
25 - Documentation improvements
26 - Better transaction support with txn_* methods
27 - belongs_to now works when $cond is a string
28 - PK::Auto::Pg updated, only tries primary keys instead of all cols
47bd0267 29
300.04 2005-11-26
484c9dda 31 - Moved get_simple and set_simple into AccessorGroup
32 - Made 'new' die if given invalid columns
103647d5 33 - Added has_column and column_info to Table.pm
34 - Refactored away from direct use of _columns and _primaries
47bd0267 35 - Switched from NEXT to Class::C3
484c9dda 36
2441e56f 370.03004
38 - Added an || '' to the CDBICompat stringify to avoid null warnings
3b44ccc6 39 - Updated name section for manual pods
40
410.03003 2005-11-03 17:00:00
42 - POD fixes.
43 - Changed use to require in Relationship/Base to avoid import.
44
450.03002 2005-10-20 22:35:00
46 - Minor bugfix to new (Row.pm)
47 - Schema doesn't die if it can't load a class (Schema.pm)
48 - New UUID columns plugin (UUIDColumns.pm)
49 - Documentation improvements.
50
510.03001 2005-09-23 14:00:00
52 - Fixes to relationship helpers
53 - IMPORTANT: prefetch/schema combination bug fix
54
550.03 2005-09-19 19:35:00
56 - Paging support
57 - Join support on search
58 - Prefetch support on search
59
600.02 2005-08-12 18:00:00
61 - Test fixes.
62 - Performance improvements.
63 - Oracle primary key support.
64 - MS-SQL primary key support.
65 - SQL::Abstract::Limit integration for database-agnostic limiting.
66
670.01 2005-08-08 17:10:00
68 - initial release