revert previous revision
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual / Cookbook.pod
2009-02-20 Matt S Trout revert previous revision
2009-02-20 Jason M. Mills Merge 'rt_bug_41083' into 'trunk'
2009-02-20 Rob Kinyon Added qualifiers as to when as_query will work
2009-02-18 Rob Kinyon Added some more POD in the Cookbook for correlated...
2009-02-17 Norbert Buchmuller * Updated POD for using PostgreSQL arrays because...
2009-02-16 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-16 Rob Kinyon Merge 'trunk' into 'subquery'
2009-02-15 Rob Kinyon Subqueries are done
2009-02-11 Nigel Metheringham Documentation update on startup speed
2009-01-21 Peter Rabbitson First stab at properly documenting the new sqlt_hook...
2009-01-18 Norbert Buchmuller * Added documentation of "Arbitrary SQL through a...
2009-01-18 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2009-01-16 Johannes Plunien Fixed typo in link
2008-12-20 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2008-11-25 Norbert Buchmuller * Documented using PostgreSQL arrays in Cookbook.
2008-11-14 Peter Rabbitson we use register_extra_source() now
2008-10-06 Jess Robinson cosmincx's patch to show relationship attr filtering...
2008-09-29 Peter Rabbitson Add cookbook discussion of single() vs first()
2008-09-28 Peter Rabbitson mst is right: there is no sane way to allow automatic...
2008-09-21 Peter Rabbitson Revert r482[45], by implementing a better version of...
2008-09-03 g Fixed wrong field names: cd.cdid -> cd.id, artist.artis...
2008-07-03 Peter Rabbitson Minor cookbook fix (two adjacent examples were mixed up)
2008-06-25 Will Hawes clarify that ->resultset_class must be called after...
2008-05-27 Ash Berlin Fix var name typo in cookbook
2008-05-27 Ash Berlin Add set_cache example to cookbook
2008-03-04 Luke Saunders improved docs and added env var to skip version checks...
2007-11-22 Ash Berlin Fix mistakes
2007-11-12 Jess Robinson Added cookbook recipe for using dual, thanks Richard
2007-10-13 Ash Berlin Add docs about sqlt_deploy_hook, and reorganise/reorder...
2007-10-04 Marc Mims - Doc patch for using an SQL function on the left side...
2007-08-21 Matt S Trout Merge 'trunk' into 'cdbicompat_integration'
2007-08-12 Jess Robinson Documentation: cookbook, resultset/create and some...
2007-08-07 Cory G Watson Refactor Statistics to clean up printing of debug info...
2007-08-04 Ash Berlin Fix example code. Thanks bits
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
2007-07-18 Edmund von der Burg Added the word 'trigger' to the 'Overloading methods...
2007-06-29 Matt S Trout remove RSM recipe
2007-05-22 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-05-21 Dagfinn Ilmari Man... Copy the working mk_hash from HashRefInflator in -curre...
2007-05-06 Matt S Trout patch from soulchild (thanks!)
2007-05-03 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-05-02 Nigel Metheringham Documented use of cursor->next for fast but uncomfortab...
2007-05-01 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-04-24 Matt S Trout oops. props to chapman for the spot
2007-04-16 Marcus Ramberg Updated cookbook example
2007-03-03 David Jack Olrik Reverted accidental 'svk pull' from inside mirrored...
2007-03-03 David Jack Olrik Merge 'trunk' into 'DBIx-Class-current'
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
2007-01-13 Ash Berlin Added some simple docs to HashRefInflator and updated...
2006-11-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-10-30 Ash Berlin Fixed type in hasrref iter - thanks abraxxa
2006-10-30 Jess Robinson Fixed typos in HashRefInflator example
2006-10-17 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
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 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-09-15 Ash Berlin Fixed incorect class name in sqlt examples
2006-09-12 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-09-07 Nigel Metheringham Missed fallback from changeset [2751]
2006-09-07 Nigel Metheringham Added FAQ/Cookbook entry on Stringification. Contribut...
2006-08-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-08-14 Ash Berlin Changed the docs for relationship attributes, and added...
2006-08-08 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-08-08 Brandon L. Black misc POD updates related to Storage/Storage::DBI
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...
next