Add notes about handling of inflated objects in resultset conditions
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual / Cookbook.pod
2010-11-12 Mike Baas Add notes about handling of inflated objects in results...
2010-10-27 Peter Rabbitson Add a fix to cookbook recipe
2010-10-23 Peter Rabbitson -ident implementation
2010-10-14 Peter Rabbitson Set name_sep by default (even if unused). Simplify...
2010-09-25 Jess Robinson Added ontes on where to override store_column (request...
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...
2010-07-02 Arthur Axel 'fREW... Fix link in cookbook
2010-06-08 Terrence Brannon fix typo and whitespace in Cookbook
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-05-04 Peter Rabbitson Refactor count handling, make count-resultset attribute...
2010-04-24 Rafael Kitover add "IMPROVING PERFORMANCE" section to Cookbook
2010-04-02 Bryan Beeley - Cleaning up the language in some of the Cookbook...
2010-03-26 Jess Robinson Added clarification of quoting to cookbook pod for...
2010-03-15 Nigel Metheringham Documentation on Unicode use with DBIC
2010-03-11 Peter Rabbitson Where is my spellchecker (not that it would catch this)
2010-03-10 Peter Rabbitson docpatch close RT52681
2010-03-06 Peter Rabbitson Merge 'trunk' into 'pod_fixes'
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-15 Florian Ragwitz Make some cookbook code compile.
2010-02-15 Peter Rabbitson Spellcheck (jawnsy++)
2010-01-28 Peter Rabbitson RT#52681
2010-01-09 Peter Rabbitson Subqueries no longer experimental
2009-12-23 Rafael Kitover minor POD fixes
2009-12-17 Alexander Hartmaier Cookbook POD fix for add_drop_table instead of add_drop...
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-12-07 Peter Rabbitson Forgotten auto-savepoint example patch
2009-09-01 Norbert Buchmuller Further improvement in the bind value column names...
2009-09-01 Norbert Buchmuller Fixed the bind value column names in the SQL literal...
2009-09-01 Norbert Buchmuller Fixed wrong literal SQL + bind examples (missing operat...
2009-09-01 Norbert Buchmuller Added many-to-many add_to_*() example to stress that...
2009-09-01 Norbert Buchmuller Replaced deprecated \'colname DESC' order_by syntax...
2009-09-01 Norbert Buchmuller Added pointer to DBIx::Class::DynamicSubclass.
2009-09-01 Norbert Buchmuller Added a comment to the example code to stress that...
2009-09-01 Norbert Buchmuller Rewrote 'SQL functions on the lhs' to use the new SQLA...
2009-09-01 Norbert Buchmuller Mentions the possibiliby of creating indexes on SQL...
2009-09-01 Norbert Buchmuller Added pointer to 'SQL functions on the lhs' to the...
2009-09-01 Norbert Buchmuller Changed the sample SQL in the Cookbook 'Complex WHERE...
2009-08-31 Justin Hunter remove . from end of =head links
2009-08-20 Stephen Bennett Minor fix to the previous doc patch
2009-08-19 Rob Kinyon Applied doc patch by spb
2009-08-17 Peter Rabbitson examples should be correct
2009-08-17 Peter Rabbitson Cookbook entry for -as and syntax tests
2009-08-08 Peter Rabbitson Clarify POD and cleanup the ->name-hack warning
2009-08-06 Rafael Kitover improve the ->name(REF) warning code
2009-08-05 Peter Rabbitson Dynamically load necessary table classes
2009-08-05 Jess Robinson Minty's conversion of cookbook "arbitrary sql" to use...
2009-07-20 Norbert Buchmuller Fixed 'typo' (removed a word that I left there by accid...
2009-07-20 Norbert Buchmuller Fixed documentation and added test for the "Arbitrary...
2009-07-13 Dan Dascalescu Minor POD fixes in Cookbook
2009-06-30 Ash Berlin Update POD on Dynamic sub-classing
2009-06-26 Aaron Trevena normalised artist_id, and plural relationships to plura...
2009-06-11 Justin Hunter cookbook tweak for count distinct
2009-05-15 Alexander Hartmaier added Static sub-classing DBIx::Class result classes...
2009-05-11 Justin Hunter Merge 'trunk' into 'count_distinct'
2009-05-09 Justin Hunter rewrite DISTINCT/COUNT(DISTINCT) Cookbook entries
2009-05-07 Peter Rabbitson Cookbook cleanup
2009-04-28 Justin Hunter change from DB::Schema to My::Schema
2009-04-25 Jess Robinson Docs on using multiple db schemas (from abraxxa maybe...
2009-04-22 Peter Rabbitson RT45195 various indexer fixes
2009-04-07 Johannes Plunien Added caveat notes to dual trick in cookbook
2009-03-27 Nigel Metheringham Removed Cookbook section on pagers that stated page...
2009-03-20 Jared Johnson Add cookbook entry for dealing with runaway prepared...
2009-03-06 Rob Kinyon Merge 'trunk' into 'prefetch'
2009-03-06 Rob Kinyon Changed how the EXPERIMENTAL tag for subqueries and...
2009-03-05 Rob Kinyon Added experimental tag to as_query and subqueries in...
2009-02-27 Peter Rabbitson We already depend on latest SQLA - remove all reference...
2009-02-22 Rob Kinyon Added support for subqueries in the select and +select...
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...
next