dbsrgits/DBIx-Class.git
2006-01-20 Matt S Trout Changes and version bump for release plus a missing add
2006-01-20 Matt S Trout Updated Changes for _03
2006-01-20 Matt S Trout Renamed Table to ResultSource::Table, tweaked FAQ
2006-01-20 Matt S Trout Fixup PK::Auto::Pg
2006-01-20 Matt S Trout register_resultset, Cursor fixes
2006-01-20 Matt S Trout Added register_column API
2006-01-20 Matt S Trout Fixed up PK::Auto::* to use result_source, added connec...
2006-01-20 Matt S Trout Moved to prepare_cached for everything, using $f_active...
2006-01-19 Matt S Trout Added 'self' method to ResultSet
2006-01-18 Matt S Trout Eliminated result_source_instance requirement in Schema
2006-01-18 Will Hawes flesh out joins/prefetch; add multi-step join example...
2006-01-18 Matt S Trout Switched storage from prepare to prepare_cached with...
2006-01-17 Matt S Trout Un-added a bug I introduced in the SQLT parser, added...
2006-01-17 Matt S Trout Imported Jess Robinson's SQL::Translator::Parser::DBIx...
2006-01-17 Matt S Trout Fix to add_columns with column info arguments
2006-01-16 Matt S Trout Made columns ordered by default
2006-01-16 Matt S Trout result_source is now AN ACCESSOR. w00000
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 Fixed odd ->search bug caused by S::A brain damage
2006-01-14 Daniel Westermann... Use public accessor in PK::Auto::Pg
2006-01-14 Matt S Trout More test hackage, some cleanup in ResultSet
2006-01-14 Matt S Trout More test hackage
2006-01-14 Matt S Trout Some test hackage
2006-01-14 Matt S Trout Release shipped, Changes update and version bumped
2006-01-14 Matt S Trout Improved join condition possiblities - arrayrefs of...
2006-01-14 Matt S Trout resolve_condition moved to ResultSource
2006-01-14 Matt S Trout And the inevitable missing svk add
2006-01-14 Matt S Trout Broke out resolve_condition in ResultSource
2006-01-14 Matt S Trout resolve_join moved to ResultSource
2006-01-14 Matt S Trout add_relationship, relationship_info, relationships...
2006-01-13 Matt S Trout Chucked out some unrequired column case stuff in CDBICompat
2006-01-13 Matt S Trout Re-arranged the add_columns code to be a bit clearer
2006-01-13 Matt S Trout ordered_columns patch from Will Hawes
2006-01-11 Matt S Trout Separated common ResultSource stuff out of Table
2006-01-11 Matt S Trout Extra test from Will Hawes
2006-01-11 Matt S Trout Added ->relationships and ->relationship_info from...
2006-01-11 Matt S Trout Added copy test from Purge
2006-01-11 Matt S Trout Probably fixed an incipient bug in prefetch
2006-01-11 Daniel Westermann... Refer to DateTime inflation example
2006-01-10 Daniel Westermann... - Update indentation (again) to be consistent with...
2006-01-10 Daniel Westermann... Clarify usage of iterators somewhat
2006-01-09 Matt S Trout DB.pm now keeps a Schema Instance
2006-01-09 Matt S Trout More refactoring, added ->source and ->resultset to...
2006-01-09 Matt S Trout Moving towards instance-based schemas
2006-01-09 Jess Robinson Merge 'trunk' into 'DBIx-Class-resultset'
2006-01-08 Jess Robinson missing true value
2006-01-08 Jess Robinson New DB2 Automagic primary key collecting
2006-01-08 Matt S Trout Moved insert/update/delete to use ->result_source
2006-01-08 Matt S Trout moved find_or_create onto ResultSet
2006-01-08 Matt S Trout create now on resultset as well
2006-01-08 Matt S Trout find_related now does search_related->find
2006-01-08 Matt S Trout Simplified column handling code, moved primary key...
2006-01-07 Matt S Trout Changed ->discard_changes to use ->primary_columns
2006-01-07 Daniel Westermann... - Clean up indentation in Manual
2006-01-05 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-resultset'
2006-01-05 Daniel Westermann... First pass at docs for InflateColumn
2006-01-05 Matt S Trout FAQ and Troubleshooting additions from Nigel Metheringham
2006-01-03 Matt S Trout Added note about version padding to remind people packa...
2006-01-02 Matt S Trout And the extra main classes
2006-01-02 Matt S Trout Extra test classes
2006-01-02 Matt S Trout Some tweaks to Componentised, many_to_many helper from...
2005-12-30 Matt S Trout Fix non-sqlite tests
2005-12-30 Matt S Trout Probably avoids some potential page/search bugs
2005-12-30 Matt S Trout Update Changes to reflect the stuff since 0.04999_01
2005-12-30 Matt S Trout compose_namespace, just for claco. who by asking volunt...
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-29 Matt S Trout Hack around a stupid SQL::Abstract bug and add GROUP...
2005-12-29 Matt S Trout Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-29 Brian Cassidy added stringification example
2005-12-29 Aran Deltac Fix a typo when setting the validation_auto attribute.
2005-12-27 Matt S Trout bumped version to 0.04999_02 after dev release
2005-12-27 Matt S Trout Changes updated. 0.04999_01 away
2005-12-27 Matt S Trout Added select and as attrs to resultset
2005-12-26 Matt S Trout Moved resultset_instance into DB.pm
2005-12-26 Matt S Trout Switched tests to use DBICTest->class("...")
2005-12-26 Matt S Trout 04db test now uses txn_* API rather than storage->dbh...
2005-12-26 Matt S Trout ResultSetInstance is now a component on DB, some test...
2005-12-25 Matt S Trout Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-25 Matt S Trout Removed DBIx::Class::Validation from Core (no prereqs...
2005-12-20 Matt S Trout CDBICompat happy again on rs branch
2005-12-20 Matt S Trout Nuked 08-inheritcols.t since it's duplicated in 01...
2005-12-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-19 Brian Cassidy added cookbook example: setting default values
2005-12-18 Daniel Westermann... Update examples to be more explicit about load_componen...
2005-12-15 David Kamholz PK::Auto doc patch from dwc
2005-12-15 Aran Deltac Adding first version of DBIx::Class::Validation.
2005-12-15 Marcus Ramberg make more sane error message for missing table.
2005-12-14 Matt S Trout Start of TableInstance code. CDBICompat currently b0rken
2005-12-14 Jess Robinson Patches from Andreas Hartmeier applied to PK::Auto
2005-12-14 Matt S Trout Fixup after pull from trunk
2005-12-14 Matt S Trout Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-13 David Kamholz fix mystery tabs in changes file
2005-12-13 David Kamholz - add ResultSet to see also in main POD
2005-12-13 David Kamholz updated Changes
2005-12-13 David Kamholz PK::Auto::Pg bug fix, only checks primary keys
2005-12-13 David Kamholz fix docs typo
2005-12-12 Matt S Trout Nothing to see here. Move along ...
next