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