2013-08-08 |
David Steinbrunner |
typo fixes |
tree | commitdiff |
2013-06-02 |
Alexander Hartmaier |
Replace $row with $result in all docs |
tree | commitdiff |
2013-04-17 |
Peter Rabbitson |
Merge branch 'master' into topic/constructor_rewrite |
tree | commitdiff |
2013-04-01 |
Peter Rabbitson |
Refactor sth preparation/binding - no functional changes |
tree | commitdiff |
2013-03-24 |
Peter Rabbitson |
9 years of perl and I somehow did not know that... |
tree | commitdiff |
2013-03-10 |
Peter Rabbitson |
Move CDBI code out of the main ResultSet implementation |
tree | commitdiff |
2012-01-05 |
Peter Rabbitson |
Trailing WS crusade - got to save them bits |
tree | commitdiff |
2011-06-17 |
Peter Rabbitson |
Fix all invocations of _resolve_condition to match... |
tree | commitdiff |
2011-03-29 |
Peter Rabbitson |
Privatize _sth |
tree | commitdiff |
2010-08-31 |
Peter Rabbitson |
Make CDBICompat keep a stable oder of columns in each... |
tree | commitdiff |
2010-04-28 |
Peter Rabbitson |
Fix failing test and some warnings |
tree | commitdiff |
2010-03-13 |
Moritz Onken |
reverting 8995, was supposed to go to a branch |
tree | commitdiff |
2010-03-13 |
Moritz Onken |
call inflate_result on new_result, but not from the... |
tree | commitdiff |
2010-02-15 |
Nuba Princigalli |
spelling fixes in the documaentation, sholud be gud... |
tree | commitdiff |
2009-11-23 |
Peter Rabbitson |
Add missing Sub::Name invocations and improve the SQLA... |
tree | commitdiff |
2009-07-16 |
Peter Rabbitson |
A couple of typos, and general whitespace cleanup ... |
tree | commitdiff |
2009-05-24 |
Peter Rabbitson |
eol adjustments |
tree | commitdiff |
2009-05-19 |
Peter Rabbitson |
Hide resultsource methods that should have never been... |
tree | commitdiff |
2009-05-08 |
Peter Rabbitson |
Throw away some debugging code |
tree | commitdiff |
2009-04-22 |
Peter Rabbitson |
RT45195 various indexer fixes |
tree | commitdiff |
2009-03-19 |
Rob Kinyon |
Commit another fix for arcanez to test |
tree | commitdiff |
2009-03-19 |
Rob Kinyon |
Commit another fix for arcanez to test |
tree | commitdiff |
2009-03-19 |
Rob Kinyon |
Moved some SQL parsing of ORDER BY from _select_args... |
tree | commitdiff |
2008-11-06 |
Michael G Schwern |
mk_group_accessor() is sometimes called internally... |
tree | commitdiff |
2008-11-04 |
Michael G Schwern |
[rt.cpan.org 36863] |
tree | commitdiff |
2008-11-04 |
Michael G Schwern |
Normalize indentation |
tree | commitdiff |
2008-10-24 |
Michael G Schwern |
Using DBIx::Class as a parent causes Class::Accessor... |
tree | commitdiff |
2008-07-29 |
Guillermo Roditi |
use sub::name to fix compat with moose method modifiers |
tree | commitdiff |
2008-03-15 |
Michael G Schwern |
Simplify and speed up the accessor_name_for() code. |
tree | commitdiff |
2008-03-15 |
Michael G Schwern |
Add missing method to NoObjectIndex. |
tree | commitdiff |
2008-03-14 |
Michael G Schwern |
A little performance hack to speed up efficiency. ... |
tree | commitdiff |
2008-03-14 |
Michael G Schwern |
Better emulation of add_constructor, unfortunately... |
tree | commitdiff |
2008-03-14 |
Michael G Schwern |
Reorder the accessor_name_for() check to get the more... |
tree | commitdiff |
2008-03-14 |
Michael G Schwern |
Improve add_constructor() support to handle ORDER BY... |
tree | commitdiff |
2008-03-14 |
Michael G Schwern |
Move has_a() code out of ColumnCase. That should be... |
tree | commitdiff |
2008-03-14 |
Michael G Schwern |
Move code having to do with adding columns out of Colum... |
tree | commitdiff |
2008-03-14 |
Michael G Schwern |
Move the code to create accessors out of ColumnCase... |
tree | commitdiff |
2008-03-13 |
Michael G Schwern |
Make Class::DBI::Plugin::DeepAbstractSearch work. |
tree | commitdiff |
2008-03-12 |
Michael G Schwern |
Fix lazy loading when the object has been deleted |
tree | commitdiff |
2008-03-11 |
Michael G Schwern |
Fixed a heisenbug where looking at a column group would... |
tree | commitdiff |
2008-03-11 |
Michael G Schwern |
No reason to store an empty hash ref for each column |
tree | commitdiff |
2008-03-07 |
Michael G Schwern |
Make meta_info() 'args' work. |
tree | commitdiff |
2008-02-24 |
Michael G Schwern |
Remove the now redudant ObjIndexStubs. |
tree | commitdiff |
2008-02-24 |
Michael G Schwern |
Add NoObjectIndex which turns the live object index... |
tree | commitdiff |
2008-02-24 |
Michael G Schwern |
Ensure that has_many() loads the foreign class. |
tree | commitdiff |
2008-02-21 |
Michael G Schwern |
Add in a warning if a column is declared as TEMP but... |
tree | commitdiff |
2008-02-14 |
Michael G Schwern |
Implement cascade => "None" |
tree | commitdiff |
2008-02-14 |
Michael G Schwern |
Put the stringification back, older versions of DateTim... |
tree | commitdiff |
2008-02-14 |
Michael G Schwern |
Emulate $CDBI::Weaken_Not_Available and CDBI::Plugin... |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
Fix create() in the same way as update() so it throws... |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
Test that DateTime objects can safely be updated twice... |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
Fix update() so it throws out inflated values, too |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
Emulate that CDBI throws out all changed columns and... |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
Emulate that Class::DBI inflates immediately |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
Hash access no works despite lack of existing accessor... |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
When emulating $obj->{column} do not call any custom... |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
Fix the POD coverage test. |
tree | commitdiff |
2008-02-12 |
Michael G Schwern |
Merge HasA, HasMany and MightHave into one file, Relati... |
tree | commitdiff |
2008-01-17 |
Michael G Schwern |
Make the hash-key warning dependent on DBIC_CDBICOMPAT_... |
tree | commitdiff |
2008-01-16 |
Michael G Schwern |
mst pointed out that my $val = $obj->{col}; $obj-... |
tree | commitdiff |
2008-01-16 |
Michael G Schwern |
Allow CDBI objects to be accessed like hashes as people... |
tree | commitdiff |
2007-08-31 |
Michael G Schwern |
Add POD to new CDBICompat modules so they pass POD... |
tree | commitdiff |
2007-07-27 |
Matt S Trout |
and my tradditional collection of missing add commands |
tree | commitdiff |
2007-07-27 |
Matt S Trout |
initial merge of Schwern's CDBICompat work, with many... |
tree | commitdiff |
2007-06-17 |
Matt S Trout |
0.08001 because I'm an idiot |
tree | commitdiff |
2007-03-14 |
Jess Robinson |
Added patch from Schwern to allow cdbi compat to infer... |
tree | commitdiff |
2006-07-28 |
Daniel Westermann... |
Remove anonymous blesses to avoid major speed hit on... |
tree | commitdiff |
2006-07-27 |
David Kamholz |
add result_class to ResultSourceProxy; move _ident_cond... |
tree | commitdiff |
2006-07-03 |
David Kamholz |
represent page as a normal resultset attribute; use... |
tree | commitdiff |
2006-06-18 |
Matt S Trout |
switched CDBICompat::AttributeAPI to using 'real' methods |
tree | commitdiff |
2006-05-19 |
Justin Guenther |
added ensure_class_loaded method to Componentized,... |
tree | commitdiff |
2006-04-19 |
Daniel Westermann... |
Merge 'find_changes' into 'DBIx-Class-current' |
tree | commitdiff |
2006-03-26 |
Brandon L. Black |
converted tabs to spaces, removed trailing whitespace |
tree | commitdiff |
2006-03-24 |
Brandon L. Black |
Added use strict / use warnings everywhere it was missing |
tree | commitdiff |
2006-03-09 |
Scott McWhirter |
Update to add myself to contributors and to hide Module... |
tree | commitdiff |
2006-03-08 |
David Kamholz |
rename columns attr to cols |
tree | commitdiff |
2006-01-27 |
Marcus Ramberg |
handle the throw_exception bit. Drop DBIx::Class::Exception |
tree | commitdiff |
2006-01-21 |
Matt S Trout |
Nuked _select_columns, the last vestige of class-based... |
tree | commitdiff |
2006-01-20 |
Matt S Trout |
Added register_column API |
tree | commitdiff |
2006-01-16 |
Matt S Trout |
Changed result_source to result_source_instance in... |
tree | commitdiff |
2006-01-16 |
Matt S Trout |
More internals cleanup, separated out ResultSourceInsta... |
tree | commitdiff |
2006-01-16 |
Matt S Trout |
Changed inflate_result API to include ResultSource... |
tree | commitdiff |
2006-01-14 |
Matt S Trout |
resolve_condition moved to ResultSource |
tree | commitdiff |
2006-01-13 |
Matt S Trout |
Chucked out some unrequired column case stuff in CDBICompat |
tree | commitdiff |
2006-01-11 |
Matt S Trout |
Added ->relationships and ->relationship_info from... |
tree | commitdiff |
2006-01-09 |
Matt S Trout |
DB.pm now keeps a Schema Instance |
tree | commitdiff |
2006-01-08 |
Matt S Trout |
find_related now does search_related->find |
tree | commitdiff |
2005-12-30 |
Matt S Trout |
Probably avoids some potential page/search bugs |
tree | commitdiff |
2005-12-30 |
Matt S Trout |
Added $rs->search_related, cleaned up paging code |
tree | commitdiff |
2005-12-30 |
Matt S Trout |
Moved inflation to inflate_result in Row.pm |
tree | commitdiff |
2005-12-20 |
Matt S Trout |
CDBICompat happy again on rs branch |
tree | commitdiff |
2005-12-09 |
David Kamholz |
Merge 'trunk' into 'DBIx-Class-resultset' |
tree | commitdiff |
2005-12-01 |
Matt S Trout |
Patch from abraxxa to make set_primary_key barf if... |
tree | commitdiff |
2005-12-01 |
Matt S Trout |
Moved search_literal, count, count_literal onto resultset |
tree | commitdiff |
2005-11-24 |
Matt S Trout |
With the addition of Class::C3 0.07 and a few tweaks... |
tree | commitdiff |
2005-11-20 |
Matt S Trout |
Dumped anti-NEXT-breakage hack in CDBICompat stringify |
tree | commitdiff |
2005-11-15 |
Matt S Trout |
Broke everything (C3 branch) |
tree | commitdiff |
2005-11-15 |
Matt S Trout |
Added has_column and column_info methods |
tree | commitdiff |
2005-11-08 |
Matt S Trout |
Added fix to avoid undef warnings in CDBICompat stringify |
tree | commitdiff |
2005-09-27 |
David Kamholz |
patch CDBI live object index emulation to use ->ID... |
tree | commitdiff |
next |