Merge 'trunk' into 'DBIx-Class-current'
r27233@ip-37-237 (orig r3005): castaway | 2007-01-05 10:25:11 +0100
add inflatecolumn fixes to Changes
r27496@ip-37-237 (orig r3007): castaway | 2007-01-09 22:20:55 +0100
todoify collapse test
r27497@ip-37-237 (orig r3008): castaway | 2007-01-09 22:42:59 +0100
Up version to 0.07004
r27498@ip-37-237 (orig r3009): castaway | 2007-01-09 22:44:39 +0100
0.07004
r27499@ip-37-237 (orig r3010): castaway | 2007-01-10 18:54:19 +0100
Skip .orig files in dist
r27500@ip-37-237 (orig r3011): castaway | 2007-01-10 20:37:23 +0100
oops, remove .orig files etc
r27546@ip-37-237 (orig r3053): zarquon | 2007-01-23 11:15:05 +0100
minor doc improvement to clarify how to do joins
r27720@ip-37-237 (orig r3058): zarquon | 2007-01-24 22:48:07 +0100
explained a cryptic error message
r27732@ip-37-237 (orig r3064): castaway | 2007-01-29 17:28:12 +0100
Make POD a little more obvious about component order
--This line, and those below, will be ignored--
M DateTime.pm
r27738@ip-37-237 (orig r3070): jester | 2007-02-01 00:59:06 +0100
Doc cleanup in Ordered.pm
r27740@ip-37-237 (orig r3072): castaway | 2007-02-02 20:48:53 +0100
POD updates
r27741@ip-37-237 (orig r3073): ash | 2007-02-03 22:33:19 +0100
Made ->update not change the hashref passed in (with test.)
r27743@ip-37-237 (orig r3075): ash | 2007-02-05 13:29:52 +0100
Backed out my r3073, and doc'd the fact that it takes a hashref that might be changed
r27744@ip-37-237 (orig r3076): castaway | 2007-02-05 14:56:35 +0100
Add _accessor example, thanks to grinktt3n
r27745@ip-37-237 (orig r3077): castaway | 2007-02-05 15:23:22 +0100
Fix overload example
r27747@ip-37-237 (orig r3079): grink1tt3n | 2007-02-06 20:40:00 +0100
Added;
FAQ-fetch-a-formatted-column.txt
FAQ-store-JSON-in-a-column.txt
r27762@ip-37-237 (orig r3094): castaway | 2007-02-08 09:25:54 +0100
Argh! Fix spurious example
r27765@ip-37-237 (orig r3097): castaway | 2007-02-13 15:00:21 +0100
Improve resultset_attributes docs
r27766@ip-37-237 (orig r3098): grink1tt3n | 2007-02-14 08:16:40 +0100
Fleshed out the JSON inflated column example with a corresponding YAML example. Added a cautionary warning against overuse. Added a link to InflateColumn.
r27767@ip-37-237 (orig r3099): grink1tt3n | 2007-02-14 09:39:26 +0100
Added how to '.. fetch a single (or topmost) row?' to the FAQ
r27768@ip-37-237 (orig r3100): zarquon | 2007-02-14 09:44:18 +0100
improved docs for as attrib
r27769@ip-37-237 (orig r3101): zarquon | 2007-02-14 11:05:51 +0100
pointed out ambiguity of as attribs
r27967@ip-37-237 (orig r3107): castaway | 2007-03-03 13:15:03 +0100
Fix to $filename from Carl Vincent