2006-12-11 |
Brandon L.... |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Brandon L.... |
better fix for pk mutation based on mst irc conversation |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Brandon L.... |
allow pk mutation via column accessor + update |
commit | commitdiff | tree | snapshot |
2006-12-10 |
David Kamholz |
whoops |
commit | commitdiff | tree | snapshot |
2006-12-10 |
David Kamholz |
add test for has_many prefetch with adjacent rows with... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
David Kamholz |
die in Storage::DBI::Pg when it can't find the autoinc... |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Brandon L.... |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Ash Berlin |
Join condition patch from Bernhard Graf |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Ash Berlin |
More descriptive error messages courtesy of Marc Espie |
commit | commitdiff | tree | snapshot |
2006-12-02 |
David Kamholz |
tiny cosmetic fixes |
commit | commitdiff | tree | snapshot |
2006-12-02 |
David Kamholz |
inline relationship and inflate code for new, update... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Jess Robinson |
Add blessed checking to deflate |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Ash Berlin |
Fixed ningu's typo from rev 2929, and added test to... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Ash Berlin |
Typo fix in error message |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Ash Berlin |
- $schema->deploy now accepts a list of source (name... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Nigel Metheringham |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Nigel Metheringham |
Added a test to check that the result from a 2 level... |
commit | commitdiff | tree | snapshot |
2006-11-23 |
Jess Robinson |
Add backup_directory, make tests cleanup |
commit | commitdiff | tree | snapshot |
2006-11-23 |
David Kamholz |
- nuke old _resultset caching stuff |
commit | commitdiff | tree | snapshot |
2006-11-23 |
Matt S Trout |
Merge 'versioning' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-11-23 |
David Kamholz |
trivial test cleanup |
commit | commitdiff | tree | snapshot |
2006-11-22 |
David Kamholz |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-11-22 |
David Kamholz |
add shallow copy of $attrs in ResultSet->new |
commit | commitdiff | tree | snapshot |
2006-11-22 |
Jess Robinson |
Fix tests, remove some random rints |
commit | commitdiff | tree | snapshot |
2006-11-22 |
David Kamholz |
re-commit minimal pk-mutation in update(), with test |
commit | commitdiff | tree | snapshot |
2006-11-22 |
Christopher... |
Updated version requirement for Class::Accessor::Groupe... |
commit | commitdiff | tree | snapshot |
2006-11-22 |
David Kamholz |
revert update() change |
commit | commitdiff | tree | snapshot |
2006-11-22 |
David Kamholz |
- slight optimization to ident_condition in PK.pm |
commit | commitdiff | tree | snapshot |
2006-11-22 |
Matt S Trout |
class reg test |
commit | commitdiff | tree | snapshot |
2006-11-22 |
Matt S Trout |
moved tests to compose_namespace instead of compose_con... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'versioning' |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Ash Berlin |
Removed Class::Data::Accessor and DBIx::Class::Accessor... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Jess Robinson |
Added patch from Ted Carnahan to rel docs v0.07003 |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brandon L.... |
added changes entry for rt#22740 |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Cassidy |
bumped ver. added some stuff to Changes i know were... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Cassidy |
moved from trunk |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Cassidy |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Brian Cassidy |
moving it to -current branch |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Brandon L.... |
Don't blow up if columns_info_for returns useless results |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Jess Robinson |
Fix foreign/self example |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Brandon L.... |
fix for rt.cpan.org #22740 (use $^X instead of hardcode... |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Ash Berlin |
Seperated out quote tests so that matt can use them... |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Matt S Trout |
make multi-return actually work |
commit | commitdiff | tree | snapshot |
2006-11-12 |
Ash Berlin |
use inc::Module::Install 0.64 (no version previouly) |
commit | commitdiff | tree | snapshot |
2006-11-12 |
Ash Berlin |
Moved from M::B to M::I |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Jess Robinson |
Minor documentation update |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Jess Robinson |
Documentation updates: |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Matt S Trout |
inflate_result can return an array now. somebody write... |
commit | commitdiff | tree | snapshot |
2006-11-09 |
Marcus Ramberg |
remove obsolete example. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'versioning' |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Ash Berlin |
reverted previous deploy change(r8255) - sorry matt... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Ash Berlin |
Deploy fix that will hopefully sort out problems with... |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Ash Berlin |
Fixed type in hasrref iter - thanks abraxxa |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Jess Robinson |
Fixed typos in HashRefInflator example |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Matt S Trout |
fix it properly, fix Changes |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Matt S Trout |
because this actually works |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Matt S Trout |
I hate you all. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Scott McWhirter |
Hide documentation for deprecated modules from PAUSE. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Sebastian Willert |
Cosmetics: Changed DBIx::Class to fit into the global... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Sebastian Willert |
Changed DBIC::Schema->load_classes to be taint-safe... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Sebastian Willert |
Add myself to the contributors list |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Brandon L.... |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Daniel Westermann... |
Add (currently failing) tests for single relationship... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Jess Robinson |
Add find_or_new / in_storage example |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Jess Robinson |
Funky hashref inflating example |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Jess Robinson |
Fix typo |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Jess Robinson |
Added resultsetcolumn question to FAQ |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Jess Robinson |
Add func example for resultsetcolumn |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Jess Robinson |
Added examples for ResultSetColumn |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Jess Robinson |
Minor consistency, layout and grammar updates |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Brandon L.... |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Daniel Westermann... |
Add tests for alias fix in [2815] |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Matt S Trout |
fixup to work round an aliasing bug |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Jess Robinson |
s/Path::Class/File::Spec/ |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Jess Robinson |
Versioning! With tests! Woo! |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Jess Robinson |
Merge 'DBIx-Class-current' into 'versioning' |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Brandon L.... |
updated Changes for 0.07999_01 release |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Brandon L.... |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Dan Sully |
Update changes |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Dan Sully |
Make UTF-8 columns work under Perl <= 5.8.0 |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Brandon L.... |
add connect_info option to disable statement caching |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Brandon L.... |
make insert_bulk use the sth method in the newer style... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Jess Robinson |
Fixed to actually insert using column names, thanks... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Christopher... |
Updated 100populate.t tests to include calls in list... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Christopher... |
Added failing tests for pre/post populate->insert_bulk... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Daniel Westermann... |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Daniel Westermann... |
Rework quote tests to not rely on SQLite, instead using... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Jess Robinson |
create insert_bulk using execute_array, and make popula... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Ash Berlin |
Fixed incorect class name in sqlt examples |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Jess Robinson |
Fixup limit syntax finding for DB2 |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Brandon L.... |
the beginnings of a real storage stress test |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Daniel Westermann... |
Prepping 0.07002 for release v0.07002 |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Daniel Westermann... |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Brandon L.... |
change warning check to death check (new storage except... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Daniel Westermann... |
Fix for recent SQLite versions interpreting single... |
commit | commitdiff | tree | snapshot |
next |