::Replicated - test hashref for connect_replicants and croak on coderef, switch to...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
2009-04-28 Justin Hunter fix for columns => [ ... ] issue
2009-04-25 Jess Robinson Docs on using multiple db schemas (from abraxxa maybe...
2009-04-21 Peter Rabbitson Multiple cdbi-compat test cleanups
2009-04-17 Johannes Plunien Added update_or_new to ResultSet.pm
2009-03-26 Rob Kinyon Deprecated search_like()
2009-03-19 Rob Kinyon Commit another fix for arcanez to test
2009-03-19 Rob Kinyon Special-case handling for (undef,undef) passed to searc...
2009-03-16 Justin Hunter * change search_literal to use \[] when passing into...
2009-03-12 Jess Robinson Add doc on how conditions and attrs are merged when...
2009-03-12 Jess Robinson Add docs in various places to point out how to get...
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-23 Nigel Metheringham Revived include_columns documentation section (now...
2009-02-23 Nigel Metheringham Merge 'trunk' into 'column_attr'
2009-02-22 Peter Rabbitson fix exception on esoteric new_related (by zby)
2009-02-20 Matt S Trout prevent objects implicitly passed via new_related havin...
2009-02-18 Jess Robinson Improved docs/description lots
2009-02-18 Rob Kinyon Alias properly checks ->{attrs}{alias}
2009-02-16 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-16 Rob Kinyon Merge 'trunk' into 'subquery'
2009-02-16 Rob Kinyon Added a bit of explanation to resultsets to cut down...
2009-02-15 Rob Kinyon Subqueries are done
2009-02-13 Rob Kinyon Added as_sql and as_subselect as wrappers around as_query
2009-02-12 Nigel Metheringham Made update() on a rs that includes joins complain...
2009-02-11 Rob Kinyon check in bombing test for subquery-with-as_query
2009-02-11 Peter Rabbitson make single() die if passed attributes
2009-02-11 Peter Rabbitson Add missing shallow copy of seen_join
2009-02-10 Jess Robinson 1) Add docs to ATTRIBUTES to better explain where to...
2009-02-10 Rob Kinyon Added as_query() support to ResultSetColumn
2009-02-10 Rob Kinyon Added as_query to ResultSet with a couple tests
2009-01-31 Peter Rabbitson pod align by dandv
2009-01-23 Peter Rabbitson more typo patches by dandv
2009-01-18 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2009-01-18 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2009-01-12 Norbert Buchmuller * Reworded $rs->current_source_alias POD (thanks to...
2009-01-12 Norbert Buchmuller * Implemented $rs->current_source_alias.
2008-12-24 Matt S Trout make clear that search_like is only really there for...
2008-12-20 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2008-12-19 John Napiorkowski altered schema->populate so that it is a very thin...
2008-11-21 Norbert Buchmuller * Documented order_by => [ { -desc => 'col' } ] syntax.
2008-11-14 Peter Rabbitson Document the new from usage
2008-11-13 Peter Rabbitson result_class goodies by Caelum:
2008-11-12 Nigel Metheringham Extended tests to check new syntax
2008-11-12 Nigel Metheringham Passes all tests
2008-11-10 Peter Rabbitson Clarify attributes argument of find()
2008-11-09 Nigel Metheringham Reformatting closer to original
2008-11-08 Nigel Metheringham Cleaner working version
2008-11-08 Nigel Metheringham This version passes tests but is ugly
2008-11-07 Nigel Metheringham Reworked _resolved_attrs() to allow columns to include...
2008-10-29 Peter Rabbitson Minor chaining patch + test by Norbert Buchmuller ...
2008-10-23 Nigel Metheringham Added warnning to $rs->delete which fires if delete...
2008-10-16 Simon Elliott patch ->delete to die if args
2008-10-07 Jess Robinson Add documentation to indicate that calling find, find_o...
2008-10-05 Jess Robinson Rename _merge_attr args to something saner than $a, $b
2008-09-30 Peter Rabbitson Better docs about single()
2008-09-28 Matt S Trout new_related works again
2008-09-24 Matt S Trout first cut at sanitising multi-create/new_related etc...
2008-07-24 Jess Robinson Added doc patch about race condition in find_or_create...
2008-07-16 Guillermo Roditi _is_deteministic_value
2008-06-11 Jess Robinson Point at "prefetch" in the get/set cache docs
2008-06-03 Ash Berlin Remove the length limit on identifiers - it doesn't...
2008-05-19 Jess Robinson Oops, =cut after the pod not in the middle
2008-05-19 Jess Robinson Added doc for "for => update" attribute, thanks StuartL.
2008-05-05 Daniel Westermann... Note that single expects a single row in the ResultSet...
2008-04-11 Daniel Westermann... Add warnings for non-unique find usage and improve...
2008-03-27 Wallace Reis fixed typos
2008-03-26 Wallace Reis added search_related_rs at resultset
2008-03-11 Ash Berlin Make throw_exception in RS a bit more forgiving too
2008-03-11 Ash Berlin Fix errors from resultset components (and move tests...
2008-02-21 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-01-20 Matt S Trout made search_rs smarter about when to preserve the cache...
2008-01-16 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-01-07 Tom Hukins Fix class name typo
2007-11-21 Wallace Reis minor fixes for ResultSet docs
2007-10-29 Luke Saunders fixed _merge_attr bug
2007-10-29 Tom Hukins Improve Documentation.
2007-10-21 Jess Robinson Documentation clarifications
2007-10-17 Nigel Metheringham Added reference to RH perl bug at appropriate points
2007-10-04 Marc Mims - Doc patch for using an SQL function on the left side...
2007-10-02 Luke Saunders added comment explaining change
2007-10-02 Luke Saunders fixed find_or_new_related bug
2007-09-14 Matt S Trout Merge 'trunk' into 'cdbicompat_integration'
2007-09-07 Tom Hukins Small POD fix
2007-08-21 Matt S Trout Merge 'trunk' into 'cdbicompat_integration'
2007-08-16 John Napiorkowski -- added some documentation to ->populate to warn peopl...
2007-08-12 Jess Robinson Documentation: cookbook, resultset/create and some...
2007-08-08 Matt S Trout rejig resultset construction for related_resultset
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
2007-07-17 Matt S Trout fix for count after slice (report and tests from JOHANL)
2007-07-10 John Napiorkowski fixed the trouble with undefs using populate in void...
2007-07-04 Luke Saunders fixed attr merging problem
2007-06-20 Matt S Trout remove rogue use line
2007-06-10 Matt S Trout slight tweak
2007-06-10 Matt S Trout fix page-within-page bug
2007-06-01 Brandon L. Black syntax fix: $#{@x} is invalid syntax that happens to...
2007-05-29 Matt S Trout re-add missing semicolon in pod
2007-05-29 Matt S Trout Merge 'bulk_create' into 'DBIx-Class-current'
2007-05-28 John Napiorkowski Added hack to force wantarray mode if bulk insert can...
next