dbsrgits/DBIx-Class.git
2006-01-24 Daniel Westermann... Update Changes
2006-01-24 David Kamholz fix select attr docs
2006-01-24 Matt S Trout Fixed up brekage in test schema from merge
2006-01-24 Matt S Trout Merge 'DBIx-Class-resultset' into 'trunk'
2006-01-24 Matt S Trout Merge 'DBIx-Class-resultset' into 'trunk'
2006-01-24 Matt S Trout Merge 'DBIx-Class-resultset' into 'trunk'
2006-01-24 Matt S Trout Tweaked UUIDColumns
2006-01-24 Matt S Trout Updated columns_info_for patch from zby
2006-01-24 Brandon L.... Merge 'trunk' into 'DBIx-Class-resultset'
2006-01-24 Brandon L.... merging 564:565 from resultset branch to trunk for...
2006-01-24 Brandon L.... use filter accessor on single-column explicit join...
2006-01-24 Matt S Trout on_connect_do patch from abraxxa
2006-01-24 Matt S Trout Disabled pod test, tweaked storage_type behaviour,...
2006-01-24 David Kamholz - rename ResultSetInstance class to ResultSetProxy
2006-01-23 Will Hawes flesh out doc for 'from', 'select', 'as' and 'group_by'
2006-01-23 Daniel Westermann... Add myself to the contributors list ;)
2006-01-23 Will Hawes add 'Easy migration from class-based to schema-based...
2006-01-23 Will Hawes add recipes for schema import/export + versioning
2006-01-23 Daniel Westermann... Minor doc cleanup and more examples
2006-01-23 Daniel Westermann... Add unique constraint declaration and new ResultSet...
2006-01-22 Jess Robinson Working version..
2006-01-22 Will Hawes link to SchemaIntro.pod, recommending schema-based...
2006-01-22 Jess Robinson Oopsie, missed some bits ..
2006-01-22 Jess Robinson CRayz-foo SQLT->DBIC schema creation
2006-01-21 Matt S Trout Missed one
2006-01-21 Matt S Trout columns_info_for from zby, fixes to per-db tests
2006-01-21 Matt S Trout Nuked _select_columns, the last vestige of class-based...
2006-01-21 Will Hawes add first draft of intro doc for schema-based use
2006-01-21 Will Hawes update synopis/description
2006-01-21 Daniel Westermann... Cleanup and add basic docs for PK::Auto::DB2
2006-01-21 Daniel Westermann... - Move search examples under a new =head2; additional...
2006-01-21 Daniel Westermann... - Add synopsis
2006-01-20 Marcus Ramberg use croak instead of die for user errors.
2006-01-20 Matt S Trout Added boolify to prevent if ($rs) blowing up on group_b...
2006-01-20 Will Hawes added GROUP BY example
2006-01-20 Will Hawes removed erroneous commit for ResultSet
2006-01-20 Will Hawes note that group_by takes listref rather than list ...
2006-01-20 Will Hawes add examples for paging/cols/select+as/count/distinct...
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
next