2009-07-02 |
Peter Rabbitson |
Apparent fix - simply delay the in_storage flagging... |
blob | commitdiff |
2009-07-02 |
Peter Rabbitson |
Last part of the join handling puzzle |
blob | commitdiff | diff to current |
2009-06-28 |
Peter Rabbitson |
The proposed fix (do not add an extra join if it is... |
blob | commitdiff | diff to current |
2009-06-25 |
Peter Rabbitson |
Minor cleanups |
blob | commitdiff | diff to current |
2009-06-13 |
Peter Rabbitson |
Do not use raw sources in {from} - proxy via source... |
blob | commitdiff | diff to current |
2009-06-11 |
Peter Rabbitson |
Use equality, not comparison |
blob | commitdiff | diff to current |
2009-06-11 |
Peter Rabbitson |
Add attribute doc |
blob | commitdiff | diff to current |
2009-06-08 |
Peter Rabbitson |
First stab at adding resultsources to each join in... |
blob | commitdiff | diff to current |
2009-05-28 |
Peter Rabbitson |
Fix multiprefetch warning - we can now count properly |
blob | commitdiff | diff to current |
2009-05-25 |
Peter Rabbitson |
This method does not exist anymore |
blob | commitdiff | diff to current |
2009-05-25 |
Tom Hukins |
Small documentation improvement: link to a documented... |
blob | commitdiff | diff to current |
2009-05-20 |
Peter Rabbitson |
Bring back the old code from resolve_prefetch so ash... |
blob | commitdiff | diff to current |
2009-05-19 |
Peter Rabbitson |
Hide resultsource methods that should have never been... |
blob | commitdiff | diff to current |
2009-05-18 |
Peter Rabbitson |
Add a comment about a small resolve_join omission |
blob | commitdiff | diff to current |
2009-05-17 |
Peter Rabbitson |
Fixes for the diamond-relationship prefetch/join problem |
blob | commitdiff | diff to current |
2009-05-08 |
Peter Rabbitson |
Throw away some debugging code |
blob | commitdiff | diff to current |
2009-04-13 |
Peter Collingbourne |
Correctly propagate forced left joins through arrayrefs... |
blob | commitdiff | diff to current |
2009-03-23 |
Guillermo Roditi |
skip test doc issue relating to db-side defaults |
blob | commitdiff | diff to current |
2009-03-20 |
Will Hawes |
clarify need for scalarref when using db functions... |
blob | commitdiff | diff to current |
2009-02-20 |
Matt S Trout |
prevent objects implicitly passed via new_related havin... |
blob | commitdiff | diff to current |
2009-02-20 |
Matt S Trout |
add DBIC_MULTICREATE_DEBUG, fix one bug with column... |
blob | commitdiff | diff to current |
2009-02-19 |
Jess Robinson |
POD fixing to explain views, and mention in main Result... |
blob | commitdiff | diff to current |
2009-01-23 |
Peter Rabbitson |
Some doc fixes by dandv |
blob | commitdiff | diff to current |
2009-01-21 |
Jess Robinson |
Docs fixed, tests not fail.. |
blob | commitdiff | diff to current |
2009-01-21 |
Peter Rabbitson |
better hook docs |
blob | commitdiff | diff to current |
2009-01-21 |
Peter Rabbitson |
First stab at properly documenting the new sqlt_hook... |
blob | commitdiff | diff to current |
2009-01-20 |
Peter Rabbitson |
remove_columns() sanitization by Oleg Pronin |
blob | commitdiff | diff to current |
2009-01-20 |
Yuval Kogman |
Add sqlt_deploy_hook to Result Source |
blob | commitdiff | diff to current |
2008-12-29 |
Jess Robinson |
Re-ordered method docs to be in a more user-needs-it... |
blob | commitdiff | diff to current |
2008-12-29 |
Jess Robinson |
Added standard arguments/return value to all docced... |
blob | commitdiff | diff to current |
2008-11-22 |
Jess Robinson |
Crazy ass multi create fixes.. |
blob | commitdiff | diff to current |
2008-11-10 |
Peter Rabbitson |
belongs_to relationships are explicitly flagged by... |
blob | commitdiff | diff to current |
2008-10-12 |
Peter Rabbitson |
Downgrading multi-prefetch exception to a warning as... |
blob | commitdiff | diff to current |
2008-09-28 |
Matt S Trout |
new_related works again |
blob | commitdiff | diff to current |
2008-09-24 |
Matt S Trout |
first cut at sanitising multi-create/new_related etc... |
blob | commitdiff | diff to current |
2008-08-26 |
Matt S Trout |
fix related resultsets and multi-create |
blob | commitdiff | diff to current |
2008-08-25 |
Guillermo Roditi |
is_virtual support |
blob | commitdiff | diff to current |
2008-05-30 |
Matt S Trout |
throw exception for multi-has_many prefetch |
blob | commitdiff | diff to current |
2007-11-06 |
Johannes Plunien |
documentation extended |
blob | commitdiff | diff to current |
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 |
next |