2012-02-02 |
Caleb Cushing |
add a link to SQL::Abstract for WHERE clauses |
blob | commitdiff | diff to current |
2012-01-18 |
Graham Knop |
use more correct subsection links in POD |
blob | commitdiff | diff to current |
2012-01-10 |
Rafael Kitover |
add POD on how to use Moose in custom ResultSets |
blob | commitdiff | diff to current |
2012-01-05 |
Peter Rabbitson |
Trailing WS crusade - got to save them bits |
blob | commitdiff | diff to current |
2011-11-26 |
Peter Rabbitson |
Fix the join/prefetch resolver when dealing with '... |
blob | commitdiff | diff to current |
2011-10-25 |
Peter Rabbitson |
Remove the transparrent hook lazy-pager-count experiment |
blob | commitdiff | diff to current |
2011-10-25 |
Peter Rabbitson |
Fix find() pessimization when invoked with bare values |
blob | commitdiff | diff to current |
2011-07-17 |
Peter Rabbitson |
Stop Data::Compare from loading plugins at will |
blob | commitdiff | diff to current |
2011-07-15 |
Matt S Trout |
fix $rs->populate([]) to be a no-op rather than an... |
blob | commitdiff | diff to current |
2011-07-14 |
Alexander Hartmaier |
replaced Test::Deep::NoTest with Data::Compare to not... |
blob | commitdiff | diff to current |
2011-06-07 |
Peter Rabbitson |
Fix stupid oversight in update_all |
blob | commitdiff | diff to current |
2011-06-05 |
Peter Rabbitson |
fix doubling of find_related condition |
blob | commitdiff | diff to current |
2011-05-24 |
Moritz Lenz |
[doc] replace pseudocode with real code |
blob | commitdiff | diff to current |
2011-05-02 |
Naveed Massjouni |
Added documentation for the -ident/-value operators... |
blob | commitdiff | diff to current |
2011-05-02 |
Peter Rabbitson |
Throw away the error prone _strip_cond_qualifiers |
blob | commitdiff | diff to current |
2011-05-02 |
Peter Rabbitson |
Revert the smart-select-ordering introduced in 36fd7f07 |
blob | commitdiff | diff to current |
2011-05-02 |
Peter Rabbitson |
Revert incorrect assumption about non-functional cached... |
blob | commitdiff | diff to current |
2011-05-02 |
Damien Krotkine |
Documentation regarding resultsets in list context |
blob | commitdiff | diff to current |
2011-04-29 |
Fitz Elliott |
prefetch docs: prefetch works on all rel types |
blob | commitdiff | diff to current |
2011-04-14 |
Justin Hunter |
fix some spelling mistakes |
blob | commitdiff | diff to current |
2011-04-07 |
Peter Rabbitson |
Merge branch 0.08200_track into master |
blob | commitdiff | diff to current |
2011-03-27 |
Peter Rabbitson |
Ditch Carp::Clan for our own thing |
blob | commitdiff | diff to current |
2011-03-22 |
Peter Rabbitson |
Cleanup that namespacing mess |
blob | commitdiff | diff to current |
2011-03-17 |
Matt Phillips |
Fixed: RS example code was broken |
blob | commitdiff | diff to current |
2011-02-27 |
Matt Phillips |
Modified: small doc patch explaining a gotcha |
blob | commitdiff | diff to current |
2011-02-25 |
Peter Rabbitson |
Lazy-load as many of the non-essential modules as possible |
blob | commitdiff | diff to current |
2011-01-27 |
Ronald J Kimball |
Fix broken sections links in POD |
blob | commitdiff | diff to current |
2011-01-20 |
Peter Rabbitson |
Pass relationship name to _resolve_condition explicitly |
blob | commitdiff | diff to current |
2011-01-20 |
Daniel Ruoso |
use $self->{from_bind} for extra binds transport |
blob | commitdiff | diff to current |
2011-01-20 |
Daniel Ruoso |
fix the alias in the identity column |
blob | commitdiff | diff to current |
2011-01-20 |
Daniel Ruoso |
checks if the complex conditions are overriden in set_f... |
blob | commitdiff | diff to current |
2011-01-14 |
Peter Rabbitson |
Reduce to a warning the find-with-NULL-key exception... |
blob | commitdiff | diff to current |
2011-01-13 |
Peter Rabbitson |
Remove some accumulated cruft |
blob | commitdiff | diff to current |
2011-01-13 |
Peter Rabbitson |
Cleanup ResultSourceHandle handling after M.A.D. introd... |
blob | commitdiff | diff to current |
2011-01-13 |
Peter Rabbitson |
Introduce M.A.D. within the schema/source instance... |
blob | commitdiff | diff to current |
2011-01-13 |
ostmann |
Fix losing order of columns provided in select/as |
blob | commitdiff | diff to current |
2011-01-12 |
Brian Phillips |
Multiple optimizations of $rs->populate |
blob | commitdiff | diff to current |
2011-01-12 |
Brian Phillips |
Fix populate with an emply ([]) has_many |
blob | commitdiff | diff to current |
2011-01-05 |
Peter Rabbitson |
Fix default selection resolution - make frew happy :) |
blob | commitdiff | diff to current |
2011-01-05 |
Peter Rabbitson |
Make sure unaliased selectors and prefetch coexist... |
blob | commitdiff | diff to current |
2010-12-27 |
Peter Rabbitson |
Another revamp of the selector resolution - now support... |
blob | commitdiff | diff to current |
2010-12-27 |
Peter Rabbitson |
Reduce warnings introduced in 450e6dbf to one per callsite |
blob | commitdiff | diff to current |
2010-12-23 |
Peter Rabbitson |
Fix no-quoting assumptions in 'having' docs (RT#64129) |
blob | commitdiff | diff to current |
2010-12-02 |
Peter Rabbitson |
Limit the void context search exceptions to non-dbic... |
blob | commitdiff | diff to current |
2010-12-02 |
Peter Rabbitson |
Indulge in some microoptimization |
blob | commitdiff | diff to current |
2010-12-01 |
Peter Rabbitson |
Rename method, normalize rv to [$sql, @bind] |
blob | commitdiff | diff to current |
2010-12-01 |
Peter Rabbitson |
Fix count on rs with a having clause with an aliased... |
blob | commitdiff | diff to current |
2010-11-18 |
Peter Rabbitson |
Backout inconsistent changes to +columns handling |
blob | commitdiff | diff to current |
2010-11-18 |
Peter Rabbitson |
Unqualify imported functions |
blob | commitdiff | diff to current |
2010-11-18 |
Andrew Rodland |
Croak more intelligently when attrs->{page} is an unexp... |
blob | commitdiff | diff to current |
2010-11-12 |
Peter Rabbitson |
Major overhaul of select/as resolution handling (fixes... |
blob | commitdiff | diff to current |
2010-11-12 |
Mike Baas |
Add notes about handling of inflated objects in results... |
blob | commitdiff | diff to current |
2010-11-10 |
Peter Rabbitson |
Add Storable freeze/thaw hooks to ResultSet to detach... |
blob | commitdiff | diff to current |
2010-11-10 |
Peter Rabbitson |
Deprecate rolled-out hash-condition in search() |
blob | commitdiff | diff to current |
2010-11-10 |
Peter Rabbitson |
Die on search in void context |
blob | commitdiff | diff to current |
2010-11-10 |
Peter Rabbitson |
Hide package from PAUSE |
blob | commitdiff | diff to current |
2010-10-27 |
Norbert Buchmuller |
Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows) |
blob | commitdiff | diff to current |
2010-10-26 |
Peter Rabbitson |
Extra adjustments of find() documentation and code... |
blob | commitdiff | diff to current |
2010-10-17 |
Peter Rabbitson |
Extensive updates to find/key related documentation |
blob | commitdiff | diff to current |
2010-10-16 |
Peter Rabbitson |
Fix find() with an explicit constraint name (... {... |
blob | commitdiff | diff to current |
2010-10-16 |
Peter Rabbitson |
De-golf _is_deterministic_value, add more tests for... |
blob | commitdiff | diff to current |
2010-10-16 |
Peter Rabbitson |
Reduce mount of perlgolf in ResultSet.pm |
blob | commitdiff | diff to current |
2010-10-16 |
Peter Rabbitson |
Remove support for find( col1 => $val1, col2 => $val2... |
blob | commitdiff | diff to current |
2010-10-16 |
Peter Rabbitson |
Remove _is_unique_query (more dead code from 2006) |
blob | commitdiff | diff to current |
2010-10-12 |
Peter Rabbitson |
Clarify $rs->update/delete documentation |
blob | commitdiff | diff to current |
2010-10-12 |
Peter Rabbitson |
Clarify ResultSet RV docs, bring set_cache RV in line... |
blob | commitdiff | diff to current |
2010-10-10 |
Peter Rabbitson |
Rename vaguely named internal method |
blob | commitdiff | diff to current |
2010-10-04 |
Peter Rabbitson |
Make Data::Page total count evaluation lazy |
blob | commitdiff | diff to current |
2010-10-04 |
David Schmidt |
example for columns explaining correlation to select/as |
blob | commitdiff | diff to current |
2010-09-17 |
Peter Rabbitson |
Rename incorrectly named internal method (has nothing... |
blob | commitdiff | diff to current |
2010-08-07 |
Peter Rabbitson |
Fix a corner case when a distinct plus an unqualified... |
blob | commitdiff | diff to current |
2010-08-04 |
Peter Rabbitson |
Collapse-calculator finally works (GPW++) |
blob | commitdiff | diff to current |
2010-08-04 |
Peter Rabbitson |
Merge 'trunk' into 'prefetch' |
blob | commitdiff | diff to current |
2010-08-04 |
Peter Rabbitson |
Now collapse is a flag, not a list |
blob | commitdiff | diff to current |
2010-08-04 |
Peter Rabbitson |
Merge 'trunk' into 'prefetch' |
blob | commitdiff | diff to current |
2010-08-04 |
Peter Rabbitson |
Restore backwards compatibility - introduce intent... |
blob | commitdiff | diff to current |
2010-08-04 |
Peter Rabbitson |
Merge 'trunk' into 'prefetch' |
blob | commitdiff | diff to current |
2010-08-04 |
Moritz Onken |
rewrite of _collapse_result to support prefetch of... |
blob | commitdiff | diff to current |
2010-06-12 |
Peter Rabbitson |
Fix grouped count over a joined resultset with clashing... |
blob | commitdiff | diff to current |
2010-06-05 |
Arthur Axel 'fREW... |
Typos |
blob | commitdiff | diff to current |
2010-06-01 |
Rafael Kitover |
Merge 'namespace-clean' into 'trunk' |
blob | commitdiff | diff to current |
2010-06-01 |
Rafael Kitover |
use namespace::cleaned out imports for some common... |
blob | commitdiff | diff to current |
2010-05-31 |
Peter Rabbitson |
Switch away from explicit count-attr lists - just delet... |
blob | commitdiff | diff to current |
2010-05-31 |
Peter Rabbitson |
Fix update/delete on prefetching resultsets |
blob | commitdiff | diff to current |
2010-05-27 |
Jesse Sheidlower |
Light doc tweaks |
blob | commitdiff | diff to current |
2010-05-20 |
Matt S Trout |
fix find() since that was also broken in r8754 |
blob | commitdiff | diff to current |
2010-05-20 |
Matt S Trout |
fix result_class setter behaviour to not stuff attrs... |
blob | commitdiff | diff to current |
2010-05-20 |
Matt S Trout |
don't try and ensure_class_loaded an object. this doesn... |
blob | commitdiff | diff to current |
2010-05-15 |
Peter Rabbitson |
Fix stupid typo-bug |
blob | commitdiff | diff to current |
2010-05-05 |
Peter Rabbitson |
Changes |
blob | commitdiff | diff to current |
2010-05-04 |
Peter Rabbitson |
Refactor count handling, make count-resultset attribute... |
blob | commitdiff | diff to current |
2010-05-03 |
Peter Rabbitson |
Rewrite mssql test to verify both types of limit dialec... |
blob | commitdiff | diff to current |
2010-04-27 |
Alexander Hartmaier |
fixed missing ' in update_or_create with key attr example |
blob | commitdiff | diff to current |
2010-03-24 |
Peter Rabbitson |
Clearer 'no such rel' errors, correct exception on... |
blob | commitdiff | diff to current |
2010-03-18 |
Arthur Axel "fREW... |
use update instead of set_columns in update_all |
blob | commitdiff | diff to current |
2010-03-13 |
Moritz Onken |
reverting 8995, was supposed to go to a branch |
blob | commitdiff | diff to current |
2010-03-13 |
Moritz Onken |
call inflate_result on new_result, but not from the... |
blob | commitdiff | diff to current |
2010-03-07 |
Peter Rabbitson |
Fix the docs for select/as |
blob | commitdiff | diff to current |
2010-03-03 |
Jess Robinson |
Minor doc tweaks |
blob | commitdiff | diff to current |
2010-02-19 |
Peter Rabbitson |
Fix for RT54697 |
blob | commitdiff | diff to current |
next |