Updated cookbook example
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual / Cookbook.pod
2007-04-16 Marcus Ramberg Updated cookbook example
2007-02-14 Kieren Diment pointed out ambiguity of as attribs
2007-02-08 Jess Robinson Argh! Fix spurious example
2007-02-05 Jess Robinson Fix overload example
2007-02-05 Jess Robinson Add _accessor example, thanks to grinktt3n
2007-02-02 Jess Robinson POD updates
2006-10-30 Ash Berlin Fixed type in hasrref iter - thanks abraxxa
2006-10-30 Jess Robinson Fixed typos in HashRefInflator example
2006-10-14 Jess Robinson Add find_or_new / in_storage example
2006-10-14 Jess Robinson Funky hashref inflating example
2006-10-14 Jess Robinson Fix typo
2006-10-14 Jess Robinson Add func example for resultsetcolumn
2006-10-14 Jess Robinson Added examples for ResultSetColumn
2006-10-14 Jess Robinson Minor consistency, layout and grammar updates
2006-09-15 Ash Berlin Fixed incorect class name in sqlt examples
2006-09-07 Nigel Metheringham Missed fallback from changeset [2751]
2006-09-07 Nigel Metheringham Added FAQ/Cookbook entry on Stringification. Contribut...
2006-08-14 Ash Berlin Changed the docs for relationship attributes, and added...
2006-08-04 Jess Robinson Cookbook inflate_result example from avinash40
2006-07-18 Jess Robinson Localise Data::Dumper global vars in example
2006-07-16 Jess Robinson Improve docs for searching, as, and some cookbook examples
2006-06-09 David Kamholz Merge 'trunk' into 'DBIx-Class-current'
2006-06-08 Jess Robinson Fix insert overloading example
2006-05-25 Justin Guenther Merge 'trunk' into 'DBIx-Class-current'
2006-05-25 Justin Guenther Changed txn_do docs/Cookbook example to use closures...
2006-05-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-18 Justin Guenther fixed an out-of-date limitation for has_many prefetch...
2006-05-18 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-17 Kieren Diment optimised last_insert_id example for searching
2006-05-17 Jess Robinson Documentation updates
2006-05-15 Cory G Watson Add profiling support
2006-05-11 Justin Guenther Fixed cookbook example to actually work
2006-05-11 Justin Guenther Added a couple examples to the cookbook
2006-04-27 Matt S Trout pod patch from ted
2006-04-18 Daniel Westermann... Merge 'DBIx-Class-current' into 'find_changes'
2006-04-12 Jess Robinson Fix SQLT example (one of them anyway)
2006-04-06 Luke Saunders fixed multiple column count distincts in SQLite and...
2006-03-30 Jess Robinson Typo fixups and small documentation expansions
2006-03-29 Jess Robinson ResultSetManager example from CaptainCarlos
2006-03-24 Aran Deltac Spleling fixes all over.
2006-03-20 Jess Robinson Add predefined searches patch from Hartmaier Alexander
2006-03-08 David Kamholz rename columns attr to cols
2006-03-02 Kieren Diment Fixed a typo in the SQL::Translator section (missing...
2006-03-01 Justin Guenther - Changed documentation to use txn_do() for transactions
2006-02-23 Jesper Krogh Double char quoting implemented, now supports stuff...
2006-02-07 Brandon L. Black pod update: s/->storage->dbh->disconnect/->storage...
2006-02-01 Nigel Metheringham Pod formatting cleanup in Cookbook
2006-01-27 Matt S Trout limit_dialect accessor for DBIC::Abstract
2006-01-27 Will Hawes add cookbook example for multi-step prefetch
2006-01-23 Will Hawes add 'Easy migration from class-based to schema-based...
2006-01-23 Will Hawes add recipes for schema import/export + versioning
2006-01-21 Daniel Westermann... - Move search examples under a new =head2; additional...
2006-01-20 Will Hawes added GROUP BY example
2006-01-20 Will Hawes add examples for paging/cols/select+as/count/distinct...
2006-01-18 Will Hawes flesh out joins/prefetch; add multi-step join example...
2006-01-10 Daniel Westermann... - Update indentation (again) to be consistent with...
2006-01-07 Daniel Westermann... - Clean up indentation in Manual
2005-12-29 Brian Cassidy added stringification example
2005-12-19 Brian Cassidy added cookbook example: setting default values
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-10 David Kamholz rename tx_* => txn_*
2005-12-10 David Kamholz update cookbook and resultset docs
2005-12-10 David Kamholz item => head2 in docs
2005-12-07 Matt S Trout Manual::Cookbook patch from Krzysztof Krzyzaniak
2005-11-20 David Kamholz small cleanup to last patch
2005-11-20 David Kamholz docs patch from dopplecoder with cleanups to Cookbook...
2005-11-03 Marcus Ramberg add manual descriptions
2005-11-03 Matt S Trout Added names to PODs
2005-10-14 Marcus Ramberg More docs.