Add profiling support
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual / Cookbook.pod
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.