2007-11-06 |
Johannes Plunien |
documentation extended |
blob | commitdiff |
2007-10-29 |
Tom Hukins |
Improve Documentation. |
blob | commitdiff | diff to current |
2007-10-26 |
Luke Saunders |
the checks in reverse_relationship_info are less ambiguous |
blob | commitdiff | diff to current |
2007-10-13 |
Ash Berlin |
Add docs about sqlt_deploy_hook, and reorganise/reorder... |
blob | commitdiff | diff to current |
2007-10-12 |
Ash Berlin |
Remove add_index and replace it with sqlt_deploy_hook |
blob | commitdiff | diff to current |
2007-10-12 |
Ash Berlin |
s/indices/indexes/ to keep Jess happy. |
blob | commitdiff | diff to current |
2007-10-12 |
Ash Berlin |
Add an add_index method on ResultSource (and proxy... |
blob | commitdiff | diff to current |
2007-10-04 |
Luke Saunders |
fixed search_related from object with unset FK behaviour |
blob | commitdiff | diff to current |
2007-09-25 |
Ash Berlin |
Throw if "foreign." and "self." are wrong way round... |
blob | commitdiff | diff to current |
2007-09-06 |
Jess Robinson |
Add more about accessors to doc |
blob | commitdiff | diff to current |
2007-08-03 |
Matt S Trout |
add default_resultset_attributes entry to Schema |
blob | commitdiff | diff to current |
2007-07-24 |
Luke Saunders |
fixed minor docs error |
blob | commitdiff | diff to current |
2007-06-06 |
Matt S Trout |
make source_name rw again, users can shoot themselves... |
blob | commitdiff | diff to current |
2007-05-31 |
Matt S Trout |
LEFT join problem fixed |
blob | commitdiff | diff to current |
2007-05-11 |
Matt S Trout |
multi-create working |
blob | commitdiff | diff to current |
2007-05-11 |
Matt S Trout |
collapse result refac hopefully complete |
blob | commitdiff | diff to current |
2007-05-10 |
Christopher H. Laco |
resultset_class/result_class now (again) auto loads... |
blob | commitdiff | diff to current |
2007-05-01 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2007-03-03 |
David Jack Olrik |
Reverted accidental 'svk pull' from inside mirrored... |
blob | commitdiff | diff to current |
2007-03-03 |
David Jack Olrik |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2007-02-13 |
Jess Robinson |
Improve resultset_attributes docs |
blob | commitdiff | diff to current |
2006-11-26 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'source-handle' |
blob | commitdiff | diff to current |
2006-11-26 |
Ash Berlin |
Made source_name read-only on source instances, r/w... |
blob | commitdiff | diff to current |
2006-11-23 |
David Kamholz |
- nuke old _resultset caching stuff |
blob | commitdiff | diff to current |
2006-11-22 |
David Kamholz |
change monkier => moniker |
blob | commitdiff | diff to current |
2006-11-21 |
Ash Berlin |
Changed row and rs objects to not have direct handle... |
blob | commitdiff | diff to current |
2006-11-18 |
Ash Berlin |
Removed Class::Data::Accessor and DBIx::Class::Accessor... |
blob | commitdiff | diff to current |
2006-11-16 |
Brian Cassidy |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-11-15 |
Brandon L. Black |
Don't blow up if columns_info_for returns useless results |
blob | commitdiff | diff to current |
2006-11-13 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-11-10 |
Jess Robinson |
Documentation updates: |
blob | commitdiff | diff to current |
2006-09-12 |
Brandon L. Black |
default column_info_from_storage to zero in -current |
blob | commitdiff | diff to current |
2006-09-12 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-09-12 |
Brandon L. Black |
Backported column_info_from_storage accessor from ... |
blob | commitdiff | diff to current |
2006-09-12 |
Brandon L. Black |
column_info_from_storage(1) is cleaner anyways |
blob | commitdiff | diff to current |
2006-08-23 |
Brandon L. Black |
Changes synced up with everything that has happened... |
blob | commitdiff | diff to current |
2006-08-23 |
Brandon L. Black |
added source_info method for source-level metadata... |
blob | commitdiff | diff to current |
2006-08-20 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-08-20 |
Christopher H. Laco |
remove_columns now deletes columns from _columns fixing... |
blob | commitdiff | diff to current |
2006-07-31 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-07-28 |
Daniel Westermann... |
Remove anonymous blesses to avoid major speed hit on... |
blob | commitdiff | diff to current |
2006-07-27 |
Daniel Westermann... |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-07-26 |
Brandon L. Black |
very minor cleanups to columns_info_for |
blob | commitdiff | diff to current |
2006-07-23 |
Brandon L. Black |
Merge 'column_info_from_storage' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-07-20 |
David Kamholz |
fix oversight with source_name (regular accessor, not... |
blob | commitdiff | diff to current |
2006-06-29 |
Brandon L. Black |
turn off automatic columns_info_for by default. Can... |
blob | commitdiff | diff to current |
2006-05-31 |
Nigel Metheringham |
Initial work on getting POD coverage testing working |
blob | commitdiff | diff to current |
2006-05-30 |
Cory G Watson |
Fix column_info stomping, test coming... |
blob | commitdiff | diff to current |
2006-05-28 |
Daniel Westermann... |
Fix POD for name_unique_constraint |
blob | commitdiff | diff to current |
2006-05-28 |
Daniel Westermann... |
Add automatic naming of unique constraints |
blob | commitdiff | diff to current |
2006-05-19 |
Justin Guenther |
added ensure_class_loaded method to Componentized,... |
blob | commitdiff | diff to current |
2006-05-19 |
Jess Robinson |
zbys Postgres casecheck patch |
blob | commitdiff | diff to current |
2006-05-03 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-04-26 |
Aran Deltac |
Document the exitance of the DBIx::Class::ResultSource... |
blob | commitdiff | diff to current |
2006-04-19 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-04-19 |
Matt S Trout |
make set_from_related handle undef |
blob | commitdiff | diff to current |
2006-04-19 |
Matt S Trout |
fixup for Dumper brain damage |
blob | commitdiff | diff to current |
2006-04-19 |
Daniel Westermann... |
Merge 'find_changes' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-04-18 |
Daniel Westermann... |
Refactor unique constraint access to ResultSource |
blob | commitdiff | diff to current |
2006-04-18 |
Daniel Westermann... |
Documentation cleanup |
blob | commitdiff | diff to current |
2006-04-16 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-04-16 |
Matt S Trout |
disabled ->resultset caching |
blob | commitdiff | diff to current |
2006-04-07 |
Christopher H. Laco |
Added source_name to ResultSource/ResultSourceProxy |
blob | commitdiff | diff to current |
2006-04-04 |
Stephan Szabo |
Added code to allow looking up of the other side of... |
blob | commitdiff | diff to current |
2006-04-01 |
Christopher H. Laco |
Added remove_column(s) from ResultSource/ResultSourceProxy |
blob | commitdiff | diff to current |
2006-03-26 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-03-26 |
Brandon L. Black |
converted tabs to spaces, removed trailing whitespace |
blob | commitdiff | diff to current |
2006-03-26 |
David Kamholz |
various small doc fixes |
blob | commitdiff | diff to current |
2006-03-25 |
Justin Guenther |
removed parentheses from argument lists in docs |
blob | commitdiff | diff to current |
2006-03-24 |
Justin Guenther |
changed formatting for arguments/return values in metho... |
blob | commitdiff | diff to current |
2006-03-24 |
Justin Guenther |
code reformatting for readibility |
blob | commitdiff | diff to current |
2006-03-22 |
Jess Robinson |
Fixup sequence docs |
blob | commitdiff | diff to current |
2006-03-22 |
Jess Robinson |
Fix up is_auto_increment doc |
blob | commitdiff | diff to current |
2006-03-21 |
Matt S Trout |
lib/DBIx/Class/ResultSource.pm |
blob | commitdiff | diff to current |
2006-03-21 |
Simon Elliott |
Doc updates to remove PK::Auto::<db> references and... |
blob | commitdiff | diff to current |
2006-03-21 |
Simon Elliott |
undo changes that should have been in TRUNK. /me thwaps... |
blob | commitdiff | diff to current |
2006-03-21 |
Simon Elliott |
Doc fixes for PK::Auto::DB references. All handled... |
blob | commitdiff | diff to current |
2006-03-21 |
Justin Guenther |
changed Foo/Bar in docs to more meaningful names |
blob | commitdiff | diff to current |
2006-03-14 |
David Kamholz |
weaken result_source in all resultsets |
blob | commitdiff | diff to current |
2006-03-09 |
David Kamholz |
fix a couple stray regexen |
blob | commitdiff | diff to current |
2006-03-08 |
David Kamholz |
cleanup ResultSource a bit, plus a couple trivial cleanups |
blob | commitdiff | diff to current |
2006-03-08 |
Matt S Trout |
Nuked a couple of pointless warns and a Dumper load |
blob | commitdiff | diff to current |
2006-03-08 |
Matt S Trout |
has_many prefetch works. no, seriously |
blob | commitdiff | diff to current |
2006-03-08 |
Matt S Trout |
partially working has_many prefetch |
blob | commitdiff | diff to current |
2006-03-07 |
Marcus Ramberg |
more error messages. |
blob | commitdiff | diff to current |
2006-03-01 |
Matt S Trout |
half unpicked has_many prefetch mess |
blob | commitdiff | diff to current |
2006-02-19 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-02-18 |
Brandon L. Black |
pod =head3 Arguments stuff |
blob | commitdiff | diff to current |
2006-02-18 |
Brandon L. Black |
pod typo fix |
blob | commitdiff | diff to current |
2006-02-17 |
Jess Robinson |
Documentations! |
blob | commitdiff | diff to current |
2006-02-14 |
Matt S Trout |
Improvements to copy() and set_from_related() code |
blob | commitdiff | diff to current |
2006-02-14 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-02-13 |
Matt S Trout |
fixes for columns_info_for stuff from zby |
blob | commitdiff | diff to current |
2006-02-11 |
David Kamholz |
- fix DB.pm resultset_instance for CDBICompat usage |
blob | commitdiff | diff to current |
2006-02-07 |
David Kamholz |
add component_class accessors and use them for *_class |
blob | commitdiff | diff to current |
2006-02-07 |
Brandon L. Black |
minor TEST_POD warning cleanup |
blob | commitdiff | diff to current |
2006-02-06 |
Matt S Trout |
multi-step prefetch along the same rel (e.g. for trees... |
blob | commitdiff | diff to current |
2006-02-06 |
Matt S Trout |
multi-join to same rel works now |
blob | commitdiff | diff to current |
2006-02-05 |
Matt S Trout |
add $source->resultset_attributes, include_columns... |
blob | commitdiff | diff to current |
2006-02-03 |
David Kamholz |
changes in 0.05 dist that mst forgot to commit |
blob | commitdiff | diff to current |
next |